#144178

Color #144178 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #144178

Tints of Dark Cerulean #144178

Color information

#144178 (or 0x144178) is unknown color: approx Dark Cerulean. HEX triplet: 14, 41 and 78. RGB value is (20,65,120). Sum of RGB (Red+Green+Blue) = 20+65+120=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 120 (47.27% from 255 or 58.54% from 205); Max value from RGB is 120 - color contains mainly: blue. Hex color #144178 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144178 is #EBBE87. Grayscale: #393939. Windows color (decimal): -15449736 or 7880980. OLE color: 7880980.

HSL color Cylindrical-coordinate representation of color #144178: hue angle of 213º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #144178 is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2065120-
CMYK0.830.4600.53
HSL213º71.43%27.45%-
HSV(B)213º83.33%47.06%-
XYZ5.575.2918.5-
YUV57.82163.09101.03-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.76%
GREEN value IS 65 (25.78% from 255) = 31.71%
BLUE value IS 120 (47.27% from 255) = 58.54%
R=9.76%
G=31.71%
B=58.54%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20651200.830.4600.5321371.4327.45
Hex144178532E035d5471b
Octal241011701235606532510733
Binary10100100000111110001010011101110011010111010101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144178; }

 p { color: rgb(20,65,120); }

 H1.HeaderClassName
 {
   color: #144178;
 }
 .AnyTagClassName
 {
   color: #144178;
 }
</style>
background-color css

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

 a { background-color: rgb(20,65,120); }

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

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

 span { border-color: rgb(20,65,120); }

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