Html Css Color HEX #144975 Dark Cerulean

📋 copy color: '#144975'

red 20 ◦ green 73 ◦ blue 117

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

Shades of Dark Cerulean #144975

Tints of Dark Cerulean #144975

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.76%

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

R = 9.52%
G = 34.76%
B = 55.71%

CMYK

 C value IS 0.83

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#144975 (or 0x144975) is known color: Dark Cerulean. HEX triplet: 14, 49 and 75. RGB value is (20,73,117). Sum of RGB (Red+Green+Blue) = 20+73+117=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 117 (46.09% from 255 or 55.71% from 210); Max value from RGB is 117 - color contains mainly: blue. Hex color #144975 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144975 is #EBB68A. Grayscale: #3D3D3D. Windows color (decimal): -15447691 or 7686420. OLE color: 7686420.

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

Color convert

RGB 20 73 117 -
CMYK 0.83 0.38 0 0.54
HSL 207.22º 0.71% 0.27% -
HSV(B) 207.22º 0.83% 0.46% -
XYZ 5.88 6.2 17.72 -
YUV 62.17 158.94 97.92 -
System Red Green Blue C M Y K H S L
Decimal 20 73 117 0.83 0.38 0 0.54 207.22 0.71 0.27
Hex 14 49 75 53 26 0 36 CF 47 1B
Octal 24 111 165 123 46 0 66 317 107 33
Binary 10100 1001001 1110101 1010011 100110 0 110110 11001111 1000111 11011

Color Harmonies of #144975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144975

Black with #144975

Text Example


Text Example

White with #144975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144975; }

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

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

background-color css

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

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

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

border-color css

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

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

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