#143F8E

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

Shades of Dark Cerulean #143F8E

Tints of Dark Cerulean #143F8E

Color information

#143F8E (or 0x143F8E) is unknown color: approx Dark Cerulean. HEX triplet: 14, 3F and 8E. RGB value is (20,63,142). Sum of RGB (Red+Green+Blue) = 20+63+142=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 142 (55.86% from 255 or 63.11% from 225); Max value from RGB is 142 - color contains mainly: blue. Hex color #143F8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143F8E is #EBC071. Grayscale: #3A3A3A. Windows color (decimal): -15450226 or 9322260. OLE color: 9322260.

HSL color Cylindrical-coordinate representation of color #143F8E: hue angle of 218.85º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #143F8E is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2063142-
CMYK0.860.5600.44
HSL218.85º75.31%31.76%-
HSV(B)218.85º85.92%55.69%-
XYZ6.955.6626.32-
YUV59.15174.75100.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.89%
GREEN value IS 63 (25% from 255) = 28%
BLUE value IS 142 (55.86% from 255) = 63.11%
R=8.89%
G=28%
B=63.11%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20631420.860.5600.44218.8575.3131.76
Hex143F8E563802Cdb4b20
Octal24772161267005433311340
Binary101001111111000111010101101110000101100110110111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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