#143D72

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

Shades of Dark Cerulean #143D72

Tints of Dark Cerulean #143D72

Color information

#143D72 (or 0x143D72) is unknown color: approx Dark Cerulean. HEX triplet: 14, 3D and 72. RGB value is (20,61,114). Sum of RGB (Red+Green+Blue) = 20+61+114=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 61 (24.22% from 255 or 31.28% from 195); Blue value is 114 (44.92% from 255 or 58.46% from 195); Max value from RGB is 114 - color contains mainly: blue. Hex color #143D72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143D72 is #EBC28D. Grayscale: #363636. Windows color (decimal): -15450766 or 7486740. OLE color: 7486740.

HSL color Cylindrical-coordinate representation of color #143D72: hue angle of 213.83º 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 #143D72 is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2061114-
CMYK0.820.4600.55
HSL213.83º70.15%26.27%-
HSV(B)213.83º82.46%44.71%-
XYZ4.994.716.56-
YUV54.78161.42103.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.26%
GREEN value IS 61 (24.22% from 255) = 31.28%
BLUE value IS 114 (44.92% from 255) = 58.46%
R=10.26%
G=31.28%
B=58.46%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20611140.820.4600.55213.8370.1526.27
Hex143D72522E037d6461a
Octal24751621225606732610632
Binary1010011110111100101010010101110011011111010110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143D72; }

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

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

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

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

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

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

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

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