Html Css Color HEX #144787 Dark Cerulean

📋 copy color: '#144787'

red 20 ◦ green 71 ◦ blue 135

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

Shades of Dark Cerulean #144787

Tints of Dark Cerulean #144787

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.42%

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

R = 8.85%
G = 31.42%
B = 59.73%

CMYK

 C value IS 0.85

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#144787 (or 0x144787) is known color: Dark Cerulean. HEX triplet: 14, 47 and 87. RGB value is (20,71,135). Sum of RGB (Red+Green+Blue) = 20+71+135=226 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.85% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 135 (53.12% from 255 or 59.73% from 226); Max value from RGB is 135 - color contains mainly: blue. Hex color #144787 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144787 is #EBB878. Grayscale: #3E3E3E. Windows color (decimal): -15448185 or 8865556. OLE color: 8865556.

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

Color convert

RGB 20 71 135 -
CMYK 0.85 0.47 0 0.47
HSL 213.39º 0.74% 0.3% -
HSV(B) 213.39º 0.85% 0.53% -
XYZ 6.91 6.4 23.79 -
YUV 63.05 168.6 97.3 -
System Red Green Blue C M Y K H S L
Decimal 20 71 135 0.85 0.47 0 0.47 213.39 0.74 0.3
Hex 14 47 87 55 2F 0 2F D5 4A 1E
Octal 24 107 207 125 57 0 57 325 112 36
Binary 10100 1000111 10000111 1010101 101111 0 101111 11010101 1001010 11110

Color Harmonies of #144787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144787

Black with #144787

Text Example


Text Example

White with #144787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144787; }

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

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

background-color css

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

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

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

border-color css

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

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

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