#144278

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

Shades of Dark Cerulean #144278

Tints of Dark Cerulean #144278

Color information

#144278 (or 0x144278) is unknown color: approx Dark Cerulean. HEX triplet: 14, 42 and 78. RGB value is (20,66,120). Sum of RGB (Red+Green+Blue) = 20+66+120=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 120 (47.27% from 255 or 58.25% from 206); Max value from RGB is 120 - color contains mainly: blue. Hex color #144278 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144278 is #EBBD87. Grayscale: #3A3A3A. Windows color (decimal): -15449480 or 7881236. OLE color: 7881236.

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

Color convert

RGB2066120-
CMYK0.830.4500.53
HSL212.4º71.43%27.45%-
HSV(B)212.4º83.33%47.06%-
XYZ5.635.418.52-
YUV58.4162.76100.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.71%
GREEN value IS 66 (26.17% from 255) = 32.04%
BLUE value IS 120 (47.27% from 255) = 58.25%
R=9.71%
G=32.04%
B=58.25%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20661200.830.4500.53212.471.4327.45
Hex144278532D035d4471b
Octal241021701235506532410733
Binary10100100001011110001010011101101011010111010100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144278; }

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

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

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

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

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

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

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

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