#01296E

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

Shades of Sapphire #01296E

Tints of Sapphire #01296E

Color information

#01296E (or 0x01296E) is unknown color: approx Sapphire. HEX triplet: 01, 29 and 6E. RGB value is (1,41,110). Sum of RGB (Red+Green+Blue) = 1+41+110=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 110 (43.36% from 255 or 72.37% from 152); Max value from RGB is 110 - color contains mainly: blue. Hex color #01296E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01296E is #FED691. Grayscale: #242424. Windows color (decimal): -16701074 or 7219457. OLE color: 7219457.

HSL color Cylindrical-coordinate representation of color #01296E: hue angle of 217.98º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01296E is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB141110-
CMYK0.990.6300.57
HSL217.98º98.2%21.76%-
HSV(B)217.98º99.09%43.14%-
XYZ3.622.7215.09-
YUV36.91169.25102.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.66%
GREEN value IS 41 (16.41% from 255) = 26.97%
BLUE value IS 110 (43.36% from 255) = 72.37%
R=0.66%
G=26.97%
B=72.37%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1411100.990.6300.57217.9898.221.76
Hex1296E633F039da6216
Octal1511561437707133214226
Binary110100111011101100011111111011100111011010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01296E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,41,110); }

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

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

 a { background-color: rgb(1,41,110); }

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

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

 span { border-color: rgb(1,41,110); }

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