#143C83

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

Shades of Dark Cerulean #143C83

Tints of Dark Cerulean #143C83

Color information

#143C83 (or 0x143C83) is unknown color: approx Dark Cerulean. HEX triplet: 14, 3C and 83. RGB value is (20,60,131). Sum of RGB (Red+Green+Blue) = 20+60+131=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 131 (51.56% from 255 or 62.09% from 211); Max value from RGB is 131 - color contains mainly: blue. Hex color #143C83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143C83 is #EBC37C. Grayscale: #373737. Windows color (decimal): -15451005 or 8600596. OLE color: 8600596.

HSL color Cylindrical-coordinate representation of color #143C83: hue angle of 218.38º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #143C83 is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2060131-
CMYK0.850.5400.49
HSL218.38º73.51%29.61%-
HSV(B)218.38º84.73%51.37%-
XYZ65.0222.13-
YUV56.13170.25102.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.48%
GREEN value IS 60 (23.83% from 255) = 28.44%
BLUE value IS 131 (51.56% from 255) = 62.09%
R=9.48%
G=28.44%
B=62.09%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal20601310.850.5400.49218.3873.5129.61
Hex143C835536031da4a1e
Octal24742031256606133211236
Binary10100111100100000111010101110110011000111011010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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