#143C6F

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

Shades of Dark Cerulean #143C6F

Tints of Dark Cerulean #143C6F

Color information

#143C6F (or 0x143C6F) is unknown color: approx Dark Cerulean. HEX triplet: 14, 3C and 6F. RGB value is (20,60,111). Sum of RGB (Red+Green+Blue) = 20+60+111=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 60 (23.83% from 255 or 31.41% from 191); Blue value is 111 (43.75% from 255 or 58.12% from 191); Max value from RGB is 111 - color contains mainly: blue. Hex color #143C6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143C6F is #EBC390. Grayscale: #353535. Windows color (decimal): -15451025 or 7289876. OLE color: 7289876.

HSL color Cylindrical-coordinate representation of color #143C6F: hue angle of 213.63º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #143C6F is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2060111-
CMYK0.820.4600.56
HSL213.63º69.47%25.69%-
HSV(B)213.63º81.98%43.53%-
XYZ4.774.5315.66-
YUV53.85160.25103.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.47%
GREEN value IS 60 (23.83% from 255) = 31.41%
BLUE value IS 111 (43.75% from 255) = 58.12%
R=10.47%
G=31.41%
B=58.12%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20601110.820.4600.56213.6369.4725.69
Hex143C6F522E038d6451a
Octal24741571225607032610532
Binary1010011110011011111010010101110011100011010110100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,60,111); }

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

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

 a { background-color: rgb(20,60,111); }

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

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

 span { border-color: rgb(20,60,111); }

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