#01246C

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

Shades of Sapphire #01246C

Tints of Sapphire #01246C

Color information

#01246C (or 0x01246C) is unknown color: approx Sapphire. HEX triplet: 01, 24 and 6C. RGB value is (1,36,108). Sum of RGB (Red+Green+Blue) = 1+36+108=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 108 (42.58% from 255 or 74.48% from 145); Max value from RGB is 108 - color contains mainly: blue. Hex color #01246C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01246C is #FEDB93. Grayscale: #212121. Windows color (decimal): -16702356 or 7087105. OLE color: 7087105.

HSL color Cylindrical-coordinate representation of color #01246C: hue angle of 220.37º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01246C is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB136108-
CMYK0.990.6700.58
HSL220.37º98.17%21.37%-
HSV(B)220.37º99.07%42.35%-
XYZ3.352.3514.46-
YUV33.74169.9104.65-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 36 (14.45% from 255) = 24.83%
BLUE value IS 108 (42.58% from 255) = 74.48%
R=0.69%
G=24.83%
B=74.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1361080.990.6700.58220.3798.1721.37
Hex1246C634303Adc6215
Octal14415414310307233414225
Binary1100100110110011000111000011011101011011100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01246C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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