#01246F

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

Shades of Sapphire #01246F

Tints of Sapphire #01246F

Color information

#01246F (or 0x01246F) is unknown color: approx Sapphire. HEX triplet: 01, 24 and 6F. RGB value is (1,36,111). Sum of RGB (Red+Green+Blue) = 1+36+111=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 36 (14.45% from 255 or 24.32% from 148); Blue value is 111 (43.75% from 255 or 75% from 148); Max value from RGB is 111 - color contains mainly: blue. Hex color #01246F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01246F is #FEDB90. Grayscale: #212121. Windows color (decimal): -16702353 or 7283713. OLE color: 7283713.

HSL color Cylindrical-coordinate representation of color #01246F: hue angle of 220.91º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01246F is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB136111-
CMYK0.990.6800.56
HSL220.91º98.21%21.96%-
HSV(B)220.91º99.1%43.53%-
XYZ3.512.4215.32-
YUV34.08171.4104.4-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 36 (14.45% from 255) = 24.32%
BLUE value IS 111 (43.75% from 255) = 75%
R=0.68%
G=24.32%
B=75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1361110.990.6800.56220.9198.2121.96
Hex1246F6344038dd6216
Octal14415714310407033514226
Binary1100100110111111000111000100011100011011101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01246F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01246F; }

 p { color: rgb(1,36,111); }

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

<style>
 a { background-color: #01246F; }

 a { background-color: rgb(1,36,111); }

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

<style>
 span { border-color: #01246F; }

 span { border-color: rgb(1,36,111); }

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