Html Css Color HEX #144077 Dark Cerulean

📋 copy color: '#144077'

red 20 ◦ green 64 ◦ blue 119

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

Shades of Dark Cerulean #144077

Tints of Dark Cerulean #144077

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.53%

 BLUE value IS 119 (46.88% from 255) = 58.62%

R = 9.85%
G = 31.53%
B = 58.62%

CMYK

 C value IS 0.83

 M value IS 0.46

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#144077 (or 0x144077) is known color: Dark Cerulean. HEX triplet: 14, 40 and 77. RGB value is (20,64,119). Sum of RGB (Red+Green+Blue) = 20+64+119=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 119 (46.88% from 255 or 58.62% from 203); Max value from RGB is 119 - color contains mainly: blue. Hex color #144077 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144077 is #EBBF88. Grayscale: #383838. Windows color (decimal): -15449993 or 7815188. OLE color: 7815188.

HSL color Cylindrical-coordinate representation of color #144077: hue angle of 213.33º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #144077 is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 64 119 -
CMYK 0.83 0.46 0 0.53
HSL 213.33º 0.71% 0.27% -
HSV(B) 213.33º 0.83% 0.47% -
XYZ 5.45 5.15 18.16 -
YUV 57.11 162.92 101.53 -
System Red Green Blue C M Y K H S L
Decimal 20 64 119 0.83 0.46 0 0.53 213.33 0.71 0.27
Hex 14 40 77 53 2E 0 35 D5 47 1B
Octal 24 100 167 123 56 0 65 325 107 33
Binary 10100 1000000 1110111 1010011 101110 0 110101 11010101 1000111 11011

Color Harmonies of #144077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144077

Black with #144077

Text Example


Text Example

White with #144077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144077; }

 p { color: rgb(20,64,119); }

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

background-color css

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

 a { background-color: rgb(20,64,119); }

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

border-color css

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

 span { border-color: rgb(20,64,119); }

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