#143985

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

Shades of Dark Cerulean #143985

Tints of Dark Cerulean #143985

Color information

#143985 (or 0x143985) is unknown color: approx Dark Cerulean. HEX triplet: 14, 39 and 85. RGB value is (20,57,133). Sum of RGB (Red+Green+Blue) = 20+57+133=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 133 (52.34% from 255 or 63.33% from 210); Max value from RGB is 133 - color contains mainly: blue. Hex color #143985 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143985 is #EBC67A. Grayscale: #363636. Windows color (decimal): -15451771 or 8730900. OLE color: 8730900.

HSL color Cylindrical-coordinate representation of color #143985: hue angle of 220.35º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #143985 is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2057133-
CMYK0.850.5700.48
HSL220.35º73.86%30%-
HSV(B)220.35º84.96%52.16%-
XYZ5.994.7722.8-
YUV54.6172.24103.32-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.52%
GREEN value IS 57 (22.66% from 255) = 27.14%
BLUE value IS 133 (52.34% from 255) = 63.33%
R=9.52%
G=27.14%
B=63.33%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal20571330.850.5700.48220.3573.8630
Hex1439855539030dc4a1e
Octal24712051257106033411236
Binary10100111001100001011010101111001011000011011100100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143985; }

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

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

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

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

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

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

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

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