Html Css Color HEX #144A76 Dark Cerulean

📋 copy color: '#144A76'

red 20 ◦ green 74 ◦ blue 118

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

Shades of Dark Cerulean #144A76

Tints of Dark Cerulean #144A76

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.91%

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

R = 9.43%
G = 34.91%
B = 55.66%

CMYK

 C value IS 0.83

 M value IS 0.37

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#144A76 (or 0x144A76) is known color: Dark Cerulean. HEX triplet: 14, 4A and 76. RGB value is (20,74,118). Sum of RGB (Red+Green+Blue) = 20+74+118=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 74 (29.30% from 255 or 34.91% from 212); Blue value is 118 (46.48% from 255 or 55.66% from 212); Max value from RGB is 118 - color contains mainly: blue. Hex color #144A76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144A76 is #EBB589. Grayscale: #3E3E3E. Windows color (decimal): -15447434 or 7752212. OLE color: 7752212.

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

Color convert

RGB 20 74 118 -
CMYK 0.83 0.37 0 0.54
HSL 206.94º 0.71% 0.27% -
HSV(B) 206.94º 0.83% 0.46% -
XYZ 6.01 6.35 18.05 -
YUV 62.87 159.11 97.42 -
System Red Green Blue C M Y K H S L
Decimal 20 74 118 0.83 0.37 0 0.54 206.94 0.71 0.27
Hex 14 4A 76 53 25 0 36 CF 47 1B
Octal 24 112 166 123 45 0 66 317 107 33
Binary 10100 1001010 1110110 1010011 100101 0 110110 11001111 1000111 11011

Color Harmonies of #144A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144A76

Black with #144A76

Text Example


Text Example

White with #144A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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