Html Css Color HEX #144576 Dark Cerulean

📋 copy color: '#144576'

red 20 ◦ green 69 ◦ blue 118

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

Shades of Dark Cerulean #144576

Tints of Dark Cerulean #144576

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.33%

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

R = 9.66%
G = 33.33%
B = 57%

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

#144576 (or 0x144576) is known color: Dark Cerulean. HEX triplet: 14, 45 and 76. RGB value is (20,69,118). Sum of RGB (Red+Green+Blue) = 20+69+118=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 118 (46.48% from 255 or 57.00% from 207); Max value from RGB is 118 - color contains mainly: blue. Hex color #144576 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144576 is #EBBA89. Grayscale: #3B3B3B. Windows color (decimal): -15448714 or 7750932. OLE color: 7750932.

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

Color convert

RGB 20 69 118 -
CMYK 0.83 0.42 0 0.54
HSL 210º 0.71% 0.27% -
HSV(B) 210º 0.83% 0.46% -
XYZ 5.69 5.71 17.94 -
YUV 59.94 160.77 99.52 -
System Red Green Blue C M Y K H S L
Decimal 20 69 118 0.83 0.42 0 0.54 210 0.71 0.27
Hex 14 45 76 53 2A 0 36 D2 47 1B
Octal 24 105 166 123 52 0 66 322 107 33
Binary 10100 1000101 1110110 1010011 101010 0 110110 11010010 1000111 11011

Color Harmonies of #144576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144576

Black with #144576

Text Example


Text Example

White with #144576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144576; }

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

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

background-color css

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

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

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

border-color css

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

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

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