Html Css Color HEX #144476 Dark Cerulean

📋 copy color: '#144476'

red 20 ◦ green 68 ◦ blue 118

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

Shades of Dark Cerulean #144476

Tints of Dark Cerulean #144476

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.01%

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

R = 9.71%
G = 33.01%
B = 57.28%

CMYK

 C value IS 0.83

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#144476 (or 0x144476) is known color: Dark Cerulean. HEX triplet: 14, 44 and 76. RGB value is (20,68,118). Sum of RGB (Red+Green+Blue) = 20+68+118=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 118 (46.48% from 255 or 57.28% from 206); Max value from RGB is 118 - color contains mainly: blue. Hex color #144476 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144476 is #EBBB89. Grayscale: #3B3B3B. Windows color (decimal): -15448970 or 7750676. OLE color: 7750676.

HSL color Cylindrical-coordinate representation of color #144476: hue angle of 210.61º 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 #144476 is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 68 118 -
CMYK 0.83 0.42 0 0.54
HSL 210.61º 0.71% 0.27% -
HSV(B) 210.61º 0.83% 0.46% -
XYZ 5.63 5.59 17.92 -
YUV 59.35 161.1 99.93 -
System Red Green Blue C M Y K H S L
Decimal 20 68 118 0.83 0.42 0 0.54 210.61 0.71 0.27
Hex 14 44 76 53 2A 0 36 D3 47 1B
Octal 24 104 166 123 52 0 66 323 107 33
Binary 10100 1000100 1110110 1010011 101010 0 110110 11010011 1000111 11011

Color Harmonies of #144476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144476

Black with #144476

Text Example


Text Example

White with #144476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144476; }

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

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

background-color css

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

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

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

border-color css

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

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

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