#01255B

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

Shades of Sapphire #01255B

Tints of Sapphire #01255B

Color information

#01255B (or 0x01255B) is unknown color: approx Sapphire. HEX triplet: 01, 25 and 5B. RGB value is (1,37,91). Sum of RGB (Red+Green+Blue) = 1+37+91=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 91 (35.94% from 255 or 70.54% from 129); Max value from RGB is 91 - color contains mainly: blue. Hex color #01255B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01255B is #FEDAA4. Grayscale: #202020. Windows color (decimal): -16702117 or 5973249. OLE color: 5973249.

HSL color Cylindrical-coordinate representation of color #01255B: hue angle of 216º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01255B is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB13791-
CMYK0.990.5900.64
HSL216º97.83%18.04%-
HSV(B)216º98.9%35.69%-
XYZ2.562.0810.16-
YUV32.39161.07105.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.78%
GREEN value IS 37 (14.84% from 255) = 28.68%
BLUE value IS 91 (35.94% from 255) = 70.54%
R=0.78%
G=28.68%
B=70.54%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal137910.990.5900.6421697.8318.04
Hex1255B633B040d86212
Octal14513314373010033014222
Binary1100101101101111000111110110100000011011000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01255B; }

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

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

<style>
 a { background-color: #01255B; }

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

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

<style>
 span { border-color: #01255B; }

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

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