#143872

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

Shades of Dark Cerulean #143872

Tints of Dark Cerulean #143872

Color information

#143872 (or 0x143872) is unknown color: approx Dark Cerulean. HEX triplet: 14, 38 and 72. RGB value is (20,56,114). Sum of RGB (Red+Green+Blue) = 20+56+114=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 114 (44.92% from 255 or 60% from 190); Max value from RGB is 114 - color contains mainly: blue. Hex color #143872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143872 is #EBC78D. Grayscale: #333333. Windows color (decimal): -15452046 or 7485460. OLE color: 7485460.

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

Color convert

RGB2056114-
CMYK0.820.5100.55
HSL217.02º70.15%26.27%-
HSV(B)217.02º82.46%44.71%-
XYZ4.744.1916.48-
YUV51.85163.07105.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.53%
GREEN value IS 56 (22.27% from 255) = 29.47%
BLUE value IS 114 (44.92% from 255) = 60%
R=10.53%
G=29.47%
B=60%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20561140.820.5100.55217.0270.1526.27
Hex1438725233037d9461a
Octal24701621226306733110632
Binary1010011100011100101010010110011011011111011001100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143872; }

 p { color: rgb(20,56,114); }

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

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

 a { background-color: rgb(20,56,114); }

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

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

 span { border-color: rgb(20,56,114); }

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