Html Css Color HEX #143F87 Dark Cerulean

📋 copy color: '#143F87'

red 20 ◦ green 63 ◦ blue 135

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

Shades of Dark Cerulean #143F87

Tints of Dark Cerulean #143F87

RGB

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

 GREEN value IS 63 (25% from 255) = 28.9%

 BLUE value IS 135 (53.13% from 255) = 61.93%

R = 9.17%
G = 28.9%
B = 61.93%

CMYK

 C value IS 0.85

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#143F87 (or 0x143F87) is known color: Dark Cerulean. HEX triplet: 14, 3F and 87. RGB value is (20,63,135). Sum of RGB (Red+Green+Blue) = 20+63+135=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 135 (53.12% from 255 or 61.93% from 218); Max value from RGB is 135 - color contains mainly: blue. Hex color #143F87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143F87 is #EBC078. Grayscale: #3A3A3A. Windows color (decimal): -15450233 or 8863508. OLE color: 8863508.

HSL color Cylindrical-coordinate representation of color #143F87: hue angle of 217.57º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #143F87 is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 63 135 -
CMYK 0.85 0.53 0 0.47
HSL 217.57º 0.74% 0.3% -
HSV(B) 217.57º 0.85% 0.53% -
XYZ 6.44 5.45 23.63 -
YUV 58.35 171.25 100.65 -
System Red Green Blue C M Y K H S L
Decimal 20 63 135 0.85 0.53 0 0.47 217.57 0.74 0.3
Hex 14 3F 87 55 35 0 2F DA 4A 1E
Octal 24 77 207 125 65 0 57 332 112 36
Binary 10100 111111 10000111 1010101 110101 0 101111 11011010 1001010 11110

Color Harmonies of #143F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143F87

Black with #143F87

Text Example


Text Example

White with #143F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,63,135); }

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

background-color css

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

 a { background-color: rgb(20,63,135); }

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

border-color css

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

 span { border-color: rgb(20,63,135); }

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