#14246C

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

Shades of Sapphire #14246C

Tints of Sapphire #14246C

Color information

#14246C (or 0x14246C) is unknown color: approx Sapphire. HEX triplet: 14, 24 and 6C. RGB value is (20,36,108). Sum of RGB (Red+Green+Blue) = 20+36+108=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 36 (14.45% from 255 or 21.95% from 164); Blue value is 108 (42.58% from 255 or 65.85% from 164); Max value from RGB is 108 - color contains mainly: blue. Hex color #14246C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14246C is #EBDB93. Grayscale: #272727. Windows color (decimal): -15457172 or 7087124. OLE color: 7087124.

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

Color convert

RGB2036108-
CMYK0.810.6700.58
HSL229.09º68.75%25.1%-
HSV(B)229.09º81.48%42.35%-
XYZ3.632.4914.48-
YUV39.42166.7114.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.20%
GREEN value IS 36 (14.45% from 255) = 21.95%
BLUE value IS 108 (42.58% from 255) = 65.85%
R=12.20%
G=21.95%
B=65.85%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20361080.810.6700.58229.0968.7525.1
Hex14246C514303Ae54519
Octal244415412110307234510531
Binary10100100100110110010100011000011011101011100101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14246C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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