#143F84

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

Shades of Dark Cerulean #143F84

Tints of Dark Cerulean #143F84

Color information

#143F84 (or 0x143F84) is unknown color: approx Dark Cerulean. HEX triplet: 14, 3F and 84. RGB value is (20,63,132). Sum of RGB (Red+Green+Blue) = 20+63+132=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 63 (25% from 255 or 29.30% from 215); Blue value is 132 (51.95% from 255 or 61.40% from 215); Max value from RGB is 132 - color contains mainly: blue. Hex color #143F84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143F84 is #EBC07B. Grayscale: #393939. Windows color (decimal): -15450236 or 8666900. OLE color: 8666900.

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

Color convert

RGB2063132-
CMYK0.850.5200.48
HSL216.96º73.68%29.8%-
HSV(B)216.96º84.85%51.76%-
XYZ6.235.3722.54-
YUV58.01169.75100.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.30%
GREEN value IS 63 (25% from 255) = 29.30%
BLUE value IS 132 (51.95% from 255) = 61.40%
R=9.30%
G=29.30%
B=61.40%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal20631320.850.5200.48216.9673.6829.8
Hex143F845534030d94a1e
Octal24772041256406033111236
Binary10100111111100001001010101110100011000011011001100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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