#01256E

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

Shades of Sapphire #01256E

Tints of Sapphire #01256E

Color information

#01256E (or 0x01256E) is unknown color: approx Sapphire. HEX triplet: 01, 25 and 6E. RGB value is (1,37,110). Sum of RGB (Red+Green+Blue) = 1+37+110=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 110 (43.36% from 255 or 74.32% from 148); Max value from RGB is 110 - color contains mainly: blue. Hex color #01256E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01256E is #FEDA91. Grayscale: #222222. Windows color (decimal): -16702098 or 7218433. OLE color: 7218433.

HSL color Cylindrical-coordinate representation of color #01256E: hue angle of 220.18º 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 #01256E is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB137110-
CMYK0.990.6600.57
HSL220.18º98.2%21.76%-
HSV(B)220.18º99.09%43.14%-
XYZ3.492.4615.04-
YUV34.56170.57104.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 37 (14.84% from 255) = 25%
BLUE value IS 110 (43.36% from 255) = 74.32%
R=0.68%
G=25%
B=74.32%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1371100.990.6600.57220.1898.221.76
Hex1256E6342039dc6216
Octal14515614310207133414226
Binary1100101110111011000111000010011100111011100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01256E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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