Html Css Color HEX #144575 Dark Cerulean

📋 copy color: '#144575'

red 20 ◦ green 69 ◦ blue 117

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

Shades of Dark Cerulean #144575

Tints of Dark Cerulean #144575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 56.8%

R = 9.71%
G = 33.5%
B = 56.8%

CMYK

 C value IS 0.83

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#144575 (or 0x144575) is known color: Dark Cerulean. HEX triplet: 14, 45 and 75. RGB value is (20,69,117). Sum of RGB (Red+Green+Blue) = 20+69+117=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 117 (46.09% from 255 or 56.80% from 206); Max value from RGB is 117 - color contains mainly: blue. Hex color #144575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144575 is #EBBA8A. Grayscale: #3B3B3B. Windows color (decimal): -15448715 or 7685396. OLE color: 7685396.

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

Color convert

RGB 20 69 117 -
CMYK 0.83 0.41 0 0.54
HSL 209.69º 0.71% 0.27% -
HSV(B) 209.69º 0.83% 0.46% -
XYZ 5.63 5.69 17.63 -
YUV 59.82 160.27 99.6 -
System Red Green Blue C M Y K H S L
Decimal 20 69 117 0.83 0.41 0 0.54 209.69 0.71 0.27
Hex 14 45 75 53 29 0 36 D2 47 1B
Octal 24 105 165 123 51 0 66 322 107 33
Binary 10100 1000101 1110101 1010011 101001 0 110110 11010010 1000111 11011

Color Harmonies of #144575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144575

Black with #144575

Text Example


Text Example

White with #144575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144575; }

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

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

background-color css

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

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

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

border-color css

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

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

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