#14246E

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

Shades of Sapphire #14246E

Tints of Sapphire #14246E

Color information

#14246E (or 0x14246E) is unknown color: approx Sapphire. HEX triplet: 14, 24 and 6E. RGB value is (20,36,110). Sum of RGB (Red+Green+Blue) = 20+36+110=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 110 (43.36% from 255 or 66.27% from 166); Max value from RGB is 110 - color contains mainly: blue. Hex color #14246E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14246E is #EBDB91. Grayscale: #272727. Windows color (decimal): -15457170 or 7218196. OLE color: 7218196.

HSL color Cylindrical-coordinate representation of color #14246E: hue angle of 229.33º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14246E is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2036110-
CMYK0.820.6700.57
HSL229.33º69.23%25.49%-
HSV(B)229.33º81.82%43.14%-
XYZ3.732.5415.04-
YUV39.65167.7113.98-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.05%
GREEN value IS 36 (14.45% from 255) = 21.69%
BLUE value IS 110 (43.36% from 255) = 66.27%
R=12.05%
G=21.69%
B=66.27%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal20361100.820.6700.57229.3369.2325.49
Hex14246E5243039e54519
Octal244415612210307134510531
Binary10100100100110111010100101000011011100111100101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14246E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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