#143F80

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

Shades of Dark Cerulean #143F80

Tints of Dark Cerulean #143F80

Color information

#143F80 (or 0x143F80) is unknown color: approx Dark Cerulean. HEX triplet: 14, 3F and 80. RGB value is (20,63,128). Sum of RGB (Red+Green+Blue) = 20+63+128=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 128 (50.39% from 255 or 60.66% from 211); Max value from RGB is 128 - color contains mainly: blue. Hex color #143F80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143F80 is #EBC07F. Grayscale: #393939. Windows color (decimal): -15450240 or 8404756. OLE color: 8404756.

HSL color Cylindrical-coordinate representation of color #143F80: hue angle of 216.11º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #143F80 is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2063128-
CMYK0.840.5100.50
HSL216.11º72.97%29.02%-
HSV(B)216.11º84.38%50.2%-
XYZ5.965.2621.12-
YUV57.55167.75101.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.48%
GREEN value IS 63 (25% from 255) = 29.86%
BLUE value IS 128 (50.39% from 255) = 60.66%
R=9.48%
G=29.86%
B=60.66%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal20631280.840.5100.50216.1172.9729.02
Hex143F805433032d8491d
Octal24772001246306233011135
Binary10100111111100000001010100110011011001011011000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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