#143579

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

Shades of Dark Cerulean #143579

Tints of Dark Cerulean #143579

Color information

#143579 (or 0x143579) is unknown color: approx Dark Cerulean. HEX triplet: 14, 35 and 79. RGB value is (20,53,121). Sum of RGB (Red+Green+Blue) = 20+53+121=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 121 (47.66% from 255 or 62.37% from 194); Max value from RGB is 121 - color contains mainly: blue. Hex color #143579 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143579 is #EBCA86. Grayscale: #323232. Windows color (decimal): -15452807 or 7943444. OLE color: 7943444.

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

Color convert

RGB2053121-
CMYK0.830.5600.53
HSL220.4º71.63%27.65%-
HSV(B)220.4º83.47%47.45%-
XYZ5.014.0818.61-
YUV50.88167.57105.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.31%
GREEN value IS 53 (21.09% from 255) = 27.32%
BLUE value IS 121 (47.66% from 255) = 62.37%
R=10.31%
G=27.32%
B=62.37%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20531210.830.5600.53220.471.6327.65
Hex1435795338035dc481c
Octal24651711237006533411034
Binary1010011010111110011010011111000011010111011100100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143579; }

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

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

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

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

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

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

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

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