#01257D

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

Shades of Sapphire #01257D

Tints of Sapphire #01257D

Color information

#01257D (or 0x01257D) is unknown color: approx Sapphire. HEX triplet: 01, 25 and 7D. RGB value is (1,37,125). Sum of RGB (Red+Green+Blue) = 1+37+125=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 125 (49.22% from 255 or 76.69% from 163); Max value from RGB is 125 - color contains mainly: blue. Hex color #01257D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01257D is #FEDA82. Grayscale: #232323. Windows color (decimal): -16702083 or 8201473. OLE color: 8201473.

HSL color Cylindrical-coordinate representation of color #01257D: hue angle of 222.58º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01257D is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB137125-
CMYK0.990.7000.51
HSL222.58º98.41%24.71%-
HSV(B)222.58º99.2%49.02%-
XYZ4.382.8119.71-
YUV36.27178.07102.84-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.61%
GREEN value IS 37 (14.84% from 255) = 22.70%
BLUE value IS 125 (49.22% from 255) = 76.69%
R=0.61%
G=22.70%
B=76.69%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1371250.990.7000.51222.5898.4124.71
Hex1257D6346033df6219
Octal14517514310606333714231
Binary1100101111110111000111000110011001111011111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01257D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01257D; }

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

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

<style>
 a { background-color: #01257D; }

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

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

<style>
 span { border-color: #01257D; }

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

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