Html Css Color HEX #144C87 Dark Cerulean

📋 copy color: '#144C87'

red 20 ◦ green 76 ◦ blue 135

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

Shades of Dark Cerulean #144C87

Tints of Dark Cerulean #144C87

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.9%

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

R = 8.66%
G = 32.9%
B = 58.44%

CMYK

 C value IS 0.85

 M value IS 0.44

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#144C87 (or 0x144C87) is known color: Dark Cerulean. HEX triplet: 14, 4C and 87. RGB value is (20,76,135). Sum of RGB (Red+Green+Blue) = 20+76+135=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 135 (53.12% from 255 or 58.44% from 231); Max value from RGB is 135 - color contains mainly: blue. Hex color #144C87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144C87 is #EBB378. Grayscale: #414141. Windows color (decimal): -15446905 or 8866836. OLE color: 8866836.

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

Color convert

RGB 20 76 135 -
CMYK 0.85 0.44 0 0.47
HSL 210.78º 0.74% 0.3% -
HSV(B) 210.78º 0.85% 0.53% -
XYZ 7.25 7.07 23.9 -
YUV 65.98 166.95 95.2 -
System Red Green Blue C M Y K H S L
Decimal 20 76 135 0.85 0.44 0 0.47 210.78 0.74 0.3
Hex 14 4C 87 55 2C 0 2F D3 4A 1E
Octal 24 114 207 125 54 0 57 323 112 36
Binary 10100 1001100 10000111 1010101 101100 0 101111 11010011 1001010 11110

Color Harmonies of #144C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144C87

Black with #144C87

Text Example


Text Example

White with #144C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144C87; }

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

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

background-color css

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

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

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

border-color css

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

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

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