#01266C

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

Shades of Sapphire #01266C

Tints of Sapphire #01266C

Color information

#01266C (or 0x01266C) is unknown color: approx Sapphire. HEX triplet: 01, 26 and 6C. RGB value is (1,38,108). Sum of RGB (Red+Green+Blue) = 1+38+108=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 108 (42.58% from 255 or 73.47% from 147); Max value from RGB is 108 - color contains mainly: blue. Hex color #01266C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01266C is #FED993. Grayscale: #222222. Windows color (decimal): -16701844 or 7087617. OLE color: 7087617.

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

Color convert

RGB138108-
CMYK0.990.6500.58
HSL219.25º98.17%21.37%-
HSV(B)219.25º99.07%42.35%-
XYZ3.412.4814.49-
YUV34.92169.24103.81-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 38 (15.23% from 255) = 25.85%
BLUE value IS 108 (42.58% from 255) = 73.47%
R=0.68%
G=25.85%
B=73.47%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1381080.990.6500.58219.2598.1721.37
Hex1266C634103Adb6215
Octal14615414310107233314225
Binary1100110110110011000111000001011101011011011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01266C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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