#143F72

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

Shades of Dark Cerulean #143F72

Tints of Dark Cerulean #143F72

Color information

#143F72 (or 0x143F72) is unknown color: approx Dark Cerulean. HEX triplet: 14, 3F and 72. RGB value is (20,63,114). Sum of RGB (Red+Green+Blue) = 20+63+114=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 63 (25% from 255 or 31.98% from 197); Blue value is 114 (44.92% from 255 or 57.87% from 197); Max value from RGB is 114 - color contains mainly: blue. Hex color #143F72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143F72 is #EBC08D. Grayscale: #373737. Windows color (decimal): -15450254 or 7487252. OLE color: 7487252.

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

Color convert

RGB2063114-
CMYK0.820.4500.55
HSL212.55º70.15%26.27%-
HSV(B)212.55º82.46%44.71%-
XYZ5.14.9216.6-
YUV55.96160.75102.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.15%
GREEN value IS 63 (25% from 255) = 31.98%
BLUE value IS 114 (44.92% from 255) = 57.87%
R=10.15%
G=31.98%
B=57.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20631140.820.4500.55212.5570.1526.27
Hex143F72522D037d5461a
Octal24771621225506732510632
Binary1010011111111100101010010101101011011111010101100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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