Html Css Color HEX #143987 Dark Cerulean

📋 copy color: '#143987'

red 20 ◦ green 57 ◦ blue 135

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

Shades of Dark Cerulean #143987

Tints of Dark Cerulean #143987

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.89%

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

R = 9.43%
G = 26.89%
B = 63.68%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#143987 (or 0x143987) is known color: Dark Cerulean. HEX triplet: 14, 39 and 87. RGB value is (20,57,135). Sum of RGB (Red+Green+Blue) = 20+57+135=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 135 (53.12% from 255 or 63.68% from 212); Max value from RGB is 135 - color contains mainly: blue. Hex color #143987 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143987 is #EBC678. Grayscale: #363636. Windows color (decimal): -15451769 or 8861972. OLE color: 8861972.

HSL color Cylindrical-coordinate representation of color #143987: hue angle of 220.7º 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 #143987 is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 57 135 -
CMYK 0.85 0.58 0 0.47
HSL 220.7º 0.74% 0.3% -
HSV(B) 220.7º 0.85% 0.53% -
XYZ 6.12 4.82 23.53 -
YUV 54.83 173.24 103.16 -
System Red Green Blue C M Y K H S L
Decimal 20 57 135 0.85 0.58 0 0.47 220.7 0.74 0.3
Hex 14 39 87 55 3A 0 2F DD 4A 1E
Octal 24 71 207 125 72 0 57 335 112 36
Binary 10100 111001 10000111 1010101 111010 0 101111 11011101 1001010 11110

Color Harmonies of #143987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143987

Black with #143987

Text Example


Text Example

White with #143987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143987; }

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

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

background-color css

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

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

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

border-color css

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

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

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