#144279

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

Shades of Dark Cerulean #144279

Tints of Dark Cerulean #144279

Color information

#144279 (or 0x144279) is unknown color: approx Dark Cerulean. HEX triplet: 14, 42 and 79. RGB value is (20,66,121). Sum of RGB (Red+Green+Blue) = 20+66+121=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 121 (47.66% from 255 or 58.45% from 207); Max value from RGB is 121 - color contains mainly: blue. Hex color #144279 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144279 is #EBBD86. Grayscale: #3A3A3A. Windows color (decimal): -15449479 or 7946772. OLE color: 7946772.

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

Color convert

RGB2066121-
CMYK0.830.4500.53
HSL212.67º71.63%27.65%-
HSV(B)212.67º83.47%47.45%-
XYZ5.695.4318.84-
YUV58.52163.26100.53-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.66%
GREEN value IS 66 (26.17% from 255) = 31.88%
BLUE value IS 121 (47.66% from 255) = 58.45%
R=9.66%
G=31.88%
B=58.45%

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
Decimal20661210.830.4500.53212.6771.6327.65
Hex144279532D035d5481c
Octal241021711235506532511034
Binary10100100001011110011010011101101011010111010101100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144279; }

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

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

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

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

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

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

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

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