#143F8A

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

Shades of Dark Cerulean #143F8A

Tints of Dark Cerulean #143F8A

Color information

#143F8A (or 0x143F8A) is unknown color: approx Dark Cerulean. HEX triplet: 14, 3F and 8A. RGB value is (20,63,138). Sum of RGB (Red+Green+Blue) = 20+63+138=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 138 (54.30% from 255 or 62.44% from 221); Max value from RGB is 138 - color contains mainly: blue. Hex color #143F8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143F8A is #EBC075. Grayscale: #3A3A3A. Windows color (decimal): -15450230 or 9060116. OLE color: 9060116.

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

Color convert

RGB2063138-
CMYK0.860.5400.46
HSL218.14º74.68%30.98%-
HSV(B)218.14º85.51%54.12%-
XYZ6.655.5424.76-
YUV58.69172.75100.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.05%
GREEN value IS 63 (25% from 255) = 28.51%
BLUE value IS 138 (54.30% from 255) = 62.44%
R=9.05%
G=28.51%
B=62.44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal20631380.860.5400.46218.1474.6830.98
Hex143F8A563602Eda4b1f
Octal24772121266605633211337
Binary10100111111100010101010110110110010111011011010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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