#143D71

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

Shades of Dark Cerulean #143D71

Tints of Dark Cerulean #143D71

Color information

#143D71 (or 0x143D71) is unknown color: approx Dark Cerulean. HEX triplet: 14, 3D and 71. RGB value is (20,61,113). Sum of RGB (Red+Green+Blue) = 20+61+113=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 61 (24.22% from 255 or 31.44% from 194); Blue value is 113 (44.53% from 255 or 58.25% from 194); Max value from RGB is 113 - color contains mainly: blue. Hex color #143D71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143D71 is #EBC28E. Grayscale: #363636. Windows color (decimal): -15450767 or 7421204. OLE color: 7421204.

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

Color convert

RGB2061113-
CMYK0.820.4600.56
HSL213.55º69.92%26.08%-
HSV(B)213.55º82.3%44.31%-
XYZ4.944.6816.27-
YUV54.67160.92103.27-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.31%
GREEN value IS 61 (24.22% from 255) = 31.44%
BLUE value IS 113 (44.53% from 255) = 58.25%
R=10.31%
G=31.44%
B=58.25%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20611130.820.4600.56213.5569.9226.08
Hex143D71522E038d6461a
Octal24751611225607032610632
Binary1010011110111100011010010101110011100011010110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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