Html Css Color HEX #143E56 Regal Blue

📋 copy color: '#143E56'

red 20 ◦ green 62 ◦ blue 86

#143E56
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regal Blue #143E56

Tints of Regal Blue #143E56

RGB

 RED value IS 20 (8.2% from 255) = 11.9%

 GREEN value IS 62 (24.61% from 255) = 36.9%

 BLUE value IS 86 (33.98% from 255) = 51.19%

R = 11.9%
G = 36.9%
B = 51.19%

CMYK

 C value IS 0.77

 M value IS 0.28

 Y value IS 0

 K value IS 0.66

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#143E56 (or 0x143E56) is known color: Regal Blue. HEX triplet: 14, 3E and 56. RGB value is (20,62,86). Sum of RGB (Red+Green+Blue) = 20+62+86=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 62 (24.61% from 255 or 36.90% from 168); Blue value is 86 (33.98% from 255 or 51.19% from 168); Max value from RGB is 86 - color contains mainly: blue. Hex color #143E56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143E56 is #EBC1A9. Grayscale: #343434. Windows color (decimal): -15450538 or 5651988. OLE color: 5651988.

HSL color Cylindrical-coordinate representation of color #143E56: hue angle of 201.82º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #143E56 is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 20 62 86 -
CMYK 0.77 0.28 0 0.66
HSL 201.82º 0.62% 0.21% -
HSV(B) 201.82º 0.77% 0.34% -
XYZ 3.69 4.27 9.43 -
YUV 52.18 147.09 105.05 -
System Red Green Blue C M Y K H S L
Decimal 20 62 86 0.77 0.28 0 0.66 201.82 0.62 0.21
Hex 14 3E 56 4D 1C 0 42 CA 3E 15
Octal 24 76 126 115 34 0 102 312 76 25
Binary 10100 111110 1010110 1001101 11100 0 1000010 11001010 111110 10101

Color Harmonies of #143E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143E56

Black with #143E56

Text Example


Text Example

White with #143E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143E56; }

 p { color: rgb(20,62,86); }

 H1.HeaderClassName
 {
   color: #143E56;
 }
 .AnyTagClassName
 {
   color: #143E56;
 }
</style>

background-color css

<style>
 a { background-color: #143E56; }

 a { background-color: rgb(20,62,86); }

 div.DivClassName
 {
   background-color: #143E56;
 }
 .BgClassName
 {
   background-color: #143E56;
 }
</style>

border-color css

<style>
 span { border-color: #143E56; }

 span { border-color: rgb(20,62,86); }

 td.TdClassName
 {
   border-color: #143E56;
 }
 .TagClassName
 {
   border-color: #143E56;
 }
</style>