#01257C

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

Shades of Sapphire #01257C

Tints of Sapphire #01257C

Color information

#01257C (or 0x01257C) is unknown color: approx Sapphire. HEX triplet: 01, 25 and 7C. RGB value is (1,37,124). Sum of RGB (Red+Green+Blue) = 1+37+124=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 124 (48.83% from 255 or 76.54% from 162); Max value from RGB is 124 - color contains mainly: blue. Hex color #01257C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01257C is #FEDA83. Grayscale: #232323. Windows color (decimal): -16702084 or 8135937. OLE color: 8135937.

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

Color convert

RGB137124-
CMYK0.990.7000.51
HSL222.44º98.4%24.51%-
HSV(B)222.44º99.19%48.63%-
XYZ4.312.7819.38-
YUV36.15177.57102.93-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 37 (14.84% from 255) = 22.84%
BLUE value IS 124 (48.83% from 255) = 76.54%
R=0.62%
G=22.84%
B=76.54%

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
Decimal1371240.990.7000.51222.4498.424.51
Hex1257C6346033de6219
Octal14517414310606333614231
Binary1100101111110011000111000110011001111011110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01257C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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