Html Css Color HEX #144276 Dark Cerulean

📋 copy color: '#144276'

red 20 ◦ green 66 ◦ blue 118

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

Shades of Dark Cerulean #144276

Tints of Dark Cerulean #144276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 57.84%

R = 9.8%
G = 32.35%
B = 57.84%

CMYK

 C value IS 0.83

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#144276 (or 0x144276) is known color: Dark Cerulean. HEX triplet: 14, 42 and 76. RGB value is (20,66,118). Sum of RGB (Red+Green+Blue) = 20+66+118=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 118 (46.48% from 255 or 57.84% from 204); Max value from RGB is 118 - color contains mainly: blue. Hex color #144276 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144276 is #EBBD89. Grayscale: #393939. Windows color (decimal): -15449482 or 7750164. OLE color: 7750164.

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

Color convert

RGB 20 66 118 -
CMYK 0.83 0.44 0 0.54
HSL 211.84º 0.71% 0.27% -
HSV(B) 211.84º 0.83% 0.46% -
XYZ 5.51 5.35 17.88 -
YUV 58.17 161.76 100.77 -
System Red Green Blue C M Y K H S L
Decimal 20 66 118 0.83 0.44 0 0.54 211.84 0.71 0.27
Hex 14 42 76 53 2C 0 36 D4 47 1B
Octal 24 102 166 123 54 0 66 324 107 33
Binary 10100 1000010 1110110 1010011 101100 0 110110 11010100 1000111 11011

Color Harmonies of #144276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144276

Black with #144276

Text Example


Text Example

White with #144276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144276; }

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

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

background-color css

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

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

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

border-color css

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

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

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