#143F6C

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

Shades of Dark Cerulean #143F6C

Tints of Dark Cerulean #143F6C

Color information

#143F6C (or 0x143F6C) is unknown color: approx Dark Cerulean. HEX triplet: 14, 3F and 6C. RGB value is (20,63,108). Sum of RGB (Red+Green+Blue) = 20+63+108=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 108 (42.58% from 255 or 56.54% from 191); Max value from RGB is 108 - color contains mainly: blue. Hex color #143F6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143F6C is #EBC093. Grayscale: #373737. Windows color (decimal): -15450260 or 7094036. OLE color: 7094036.

HSL color Cylindrical-coordinate representation of color #143F6C: hue angle of 210.68º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #143F6C is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2063108-
CMYK0.810.4200.58
HSL210.68º68.75%25.1%-
HSV(B)210.68º81.48%42.35%-
XYZ4.774.7914.86-
YUV55.27157.75102.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.47%
GREEN value IS 63 (25% from 255) = 32.98%
BLUE value IS 108 (42.58% from 255) = 56.54%
R=10.47%
G=32.98%
B=56.54%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20631080.810.4200.58210.6868.7525.1
Hex143F6C512A03Ad34519
Octal24771541215207232310531
Binary1010011111111011001010001101010011101011010011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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