#14246B

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

Shades of Sapphire #14246B

Tints of Sapphire #14246B

Color information

#14246B (or 0x14246B) is unknown color: approx Sapphire. HEX triplet: 14, 24 and 6B. RGB value is (20,36,107). Sum of RGB (Red+Green+Blue) = 20+36+107=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 36 (14.45% from 255 or 22.09% from 163); Blue value is 107 (42.19% from 255 or 65.64% from 163); Max value from RGB is 107 - color contains mainly: blue. Hex color #14246B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14246B is #EBDB94. Grayscale: #272727. Windows color (decimal): -15457173 or 7021588. OLE color: 7021588.

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

Color convert

RGB2036107-
CMYK0.810.6600.58
HSL228.97º68.5%24.9%-
HSV(B)228.97º81.31%41.96%-
XYZ3.572.4714.2-
YUV39.31166.2114.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.27%
GREEN value IS 36 (14.45% from 255) = 22.09%
BLUE value IS 107 (42.19% from 255) = 65.64%
R=12.27%
G=22.09%
B=65.64%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20361070.810.6600.58228.9768.524.9
Hex14246B514203Ae54519
Octal244415312110207234510531
Binary10100100100110101110100011000010011101011100101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14246B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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