Html Css Color HEX #144287 Dark Cerulean

📋 copy color: '#144287'

red 20 ◦ green 66 ◦ blue 135

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

Shades of Dark Cerulean #144287

Tints of Dark Cerulean #144287

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.86%

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

R = 9.05%
G = 29.86%
B = 61.09%

CMYK

 C value IS 0.85

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#144287 (or 0x144287) is known color: Dark Cerulean. HEX triplet: 14, 42 and 87. RGB value is (20,66,135). Sum of RGB (Red+Green+Blue) = 20+66+135=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 135 (53.12% from 255 or 61.09% from 221); Max value from RGB is 135 - color contains mainly: blue. Hex color #144287 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144287 is #EBBD78. Grayscale: #3B3B3B. Windows color (decimal): -15449465 or 8864276. OLE color: 8864276.

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

Color convert

RGB 20 66 135 -
CMYK 0.85 0.51 0 0.47
HSL 216º 0.74% 0.3% -
HSV(B) 216º 0.85% 0.53% -
XYZ 6.61 5.79 23.69 -
YUV 60.11 170.26 99.39 -
System Red Green Blue C M Y K H S L
Decimal 20 66 135 0.85 0.51 0 0.47 216 0.74 0.3
Hex 14 42 87 55 33 0 2F D8 4A 1E
Octal 24 102 207 125 63 0 57 330 112 36
Binary 10100 1000010 10000111 1010101 110011 0 101111 11011000 1001010 11110

Color Harmonies of #144287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144287

Black with #144287

Text Example


Text Example

White with #144287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144287; }

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

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

background-color css

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

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

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

border-color css

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

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

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