Html Css Color HEX #144475 Dark Cerulean

📋 copy color: '#144475'

red 20 ◦ green 68 ◦ blue 117

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

Shades of Dark Cerulean #144475

Tints of Dark Cerulean #144475

RGB

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

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

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

R = 9.76%
G = 33.17%
B = 57.07%

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

#144475 (or 0x144475) is known color: Dark Cerulean. HEX triplet: 14, 44 and 75. RGB value is (20,68,117). Sum of RGB (Red+Green+Blue) = 20+68+117=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #144475 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144475 is #EBBB8A. Grayscale: #3A3A3A. Windows color (decimal): -15448971 or 7685140. OLE color: 7685140.

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

Color convert

RGB 20 68 117 -
CMYK 0.83 0.42 0 0.54
HSL 210.31º 0.71% 0.27% -
HSV(B) 210.31º 0.83% 0.46% -
XYZ 5.57 5.57 17.61 -
YUV 59.23 160.6 100.02 -
System Red Green Blue C M Y K H S L
Decimal 20 68 117 0.83 0.42 0 0.54 210.31 0.71 0.27
Hex 14 44 75 53 2A 0 36 D2 47 1B
Octal 24 104 165 123 52 0 66 322 107 33
Binary 10100 1000100 1110101 1010011 101010 0 110110 11010010 1000111 11011

Color Harmonies of #144475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144475

Black with #144475

Text Example


Text Example

White with #144475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144475; }

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

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

background-color css

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

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

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

border-color css

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

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

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