#143E8A

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

Shades of Dark Cerulean #143E8A

Tints of Dark Cerulean #143E8A

Color information

#143E8A (or 0x143E8A) is unknown color: approx Dark Cerulean. HEX triplet: 14, 3E and 8A. RGB value is (20,62,138). Sum of RGB (Red+Green+Blue) = 20+62+138=220 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.09% from 220); Green value is 62 (24.61% from 255 or 28.18% from 220); Blue value is 138 (54.30% from 255 or 62.73% from 220); Max value from RGB is 138 - color contains mainly: blue. Hex color #143E8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143E8A is #EBC175. Grayscale: #393939. Windows color (decimal): -15450486 or 9059860. OLE color: 9059860.

HSL color Cylindrical-coordinate representation of color #143E8A: hue angle of 218.64º 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 #143E8A is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2062138-
CMYK0.860.5500.46
HSL218.64º74.68%30.98%-
HSV(B)218.64º85.51%54.12%-
XYZ6.65.4324.74-
YUV58.11173.09100.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.09%
GREEN value IS 62 (24.61% from 255) = 28.18%
BLUE value IS 138 (54.30% from 255) = 62.73%
R=9.09%
G=28.18%
B=62.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal20621380.860.5500.46218.6474.6830.98
Hex143E8A563702Edb4b1f
Octal24762121266705633311337
Binary10100111110100010101010110110111010111011011011100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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