#14466C

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

Shades of Dark Cerulean #14466C

Tints of Dark Cerulean #14466C

Color information

#14466C (or 0x14466C) is unknown color: approx Dark Cerulean. HEX triplet: 14, 46 and 6C. RGB value is (20,70,108). Sum of RGB (Red+Green+Blue) = 20+70+108=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 108 (42.58% from 255 or 54.55% from 198); Max value from RGB is 108 - color contains mainly: blue. Hex color #14466C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14466C is #EBB993. Grayscale: #3B3B3B. Windows color (decimal): -15448468 or 7095828. OLE color: 7095828.

HSL color Cylindrical-coordinate representation of color #14466C: hue angle of 205.91º 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 #14466C is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2070108-
CMYK0.810.3500.58
HSL205.91º68.75%25.1%-
HSV(B)205.91º81.48%42.35%-
XYZ5.195.6115-
YUV59.38155.4499.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.10%
GREEN value IS 70 (27.73% from 255) = 35.35%
BLUE value IS 108 (42.58% from 255) = 54.55%
R=10.10%
G=35.35%
B=54.55%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20701080.810.3500.58205.9168.7525.1
Hex14466C512303Ace4519
Octal241061541214307231610531
Binary10100100011011011001010001100011011101011001110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14466C; }

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

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

<style>
 a { background-color: #14466C; }

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

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

<style>
 span { border-color: #14466C; }

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

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