#143970

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

Shades of Dark Cerulean #143970

Tints of Dark Cerulean #143970

Color information

#143970 (or 0x143970) is unknown color: approx Dark Cerulean. HEX triplet: 14, 39 and 70. RGB value is (20,57,112). Sum of RGB (Red+Green+Blue) = 20+57+112=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 57 (22.66% from 255 or 30.16% from 189); Blue value is 112 (44.14% from 255 or 59.26% from 189); Max value from RGB is 112 - color contains mainly: blue. Hex color #143970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143970 is #EBC68F. Grayscale: #333333. Windows color (decimal): -15451792 or 7354644. OLE color: 7354644.

HSL color Cylindrical-coordinate representation of color #143970: hue angle of 215.87º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #143970 is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2057112-
CMYK0.820.4900.56
HSL215.87º69.7%25.88%-
HSV(B)215.87º82.14%43.92%-
XYZ4.684.2415.9-
YUV52.21161.74105.03-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.58%
GREEN value IS 57 (22.66% from 255) = 30.16%
BLUE value IS 112 (44.14% from 255) = 59.26%
R=10.58%
G=30.16%
B=59.26%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20571120.820.4900.56215.8769.725.88
Hex1439705231038d8461a
Octal24711601226107033010632
Binary1010011100111100001010010110001011100011011000100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143970; }

 p { color: rgb(20,57,112); }

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

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

 a { background-color: rgb(20,57,112); }

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

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

 span { border-color: rgb(20,57,112); }

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