#143C71

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

Shades of Dark Cerulean #143C71

Tints of Dark Cerulean #143C71

Color information

#143C71 (or 0x143C71) is unknown color: approx Dark Cerulean. HEX triplet: 14, 3C and 71. RGB value is (20,60,113). Sum of RGB (Red+Green+Blue) = 20+60+113=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 113 (44.53% from 255 or 58.55% from 193); Max value from RGB is 113 - color contains mainly: blue. Hex color #143C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143C71 is #EBC38E. Grayscale: #353535. Windows color (decimal): -15451023 or 7420948. OLE color: 7420948.

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

Color convert

RGB2060113-
CMYK0.820.4700.56
HSL214.19º69.92%26.08%-
HSV(B)214.19º82.3%44.31%-
XYZ4.884.5716.25-
YUV54.08161.25103.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.36%
GREEN value IS 60 (23.83% from 255) = 31.09%
BLUE value IS 113 (44.53% from 255) = 58.55%
R=10.36%
G=31.09%
B=58.55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20601130.820.4700.56214.1969.9226.08
Hex143C71522F038d6461a
Octal24741611225707032610632
Binary1010011110011100011010010101111011100011010110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,60,113); }

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

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

 a { background-color: rgb(20,60,113); }

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

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

 span { border-color: rgb(20,60,113); }

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