#143F71

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

Shades of Dark Cerulean #143F71

Tints of Dark Cerulean #143F71

Color information

#143F71 (or 0x143F71) is unknown color: approx Dark Cerulean. HEX triplet: 14, 3F and 71. RGB value is (20,63,113). Sum of RGB (Red+Green+Blue) = 20+63+113=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 113 (44.53% from 255 or 57.65% from 196); Max value from RGB is 113 - color contains mainly: blue. Hex color #143F71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143F71 is #EBC08E. Grayscale: #373737. Windows color (decimal): -15450255 or 7421716. OLE color: 7421716.

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

Color convert

RGB2063113-
CMYK0.820.4400.56
HSL212.26º69.92%26.08%-
HSV(B)212.26º82.3%44.31%-
XYZ5.054.916.3-
YUV55.84160.25102.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.20%
GREEN value IS 63 (25% from 255) = 32.14%
BLUE value IS 113 (44.53% from 255) = 57.65%
R=10.20%
G=32.14%
B=57.65%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20631130.820.4400.56212.2669.9226.08
Hex143F71522C038d4461a
Octal24771611225407032410632
Binary1010011111111100011010010101100011100011010100100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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