#01245B

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

Shades of Sapphire #01245B

Tints of Sapphire #01245B

Color information

#01245B (or 0x01245B) is unknown color: approx Sapphire. HEX triplet: 01, 24 and 5B. RGB value is (1,36,91). Sum of RGB (Red+Green+Blue) = 1+36+91=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 91 (35.94% from 255 or 71.09% from 128); Max value from RGB is 91 - color contains mainly: blue. Hex color #01245B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01245B is #FEDBA4. Grayscale: #1F1F1F. Windows color (decimal): -16702373 or 5972993. OLE color: 5972993.

HSL color Cylindrical-coordinate representation of color #01245B: hue angle of 216.67º 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 #01245B is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB13691-
CMYK0.990.6000.64
HSL216.67º97.83%18.04%-
HSV(B)216.67º98.9%35.69%-
XYZ2.532.0210.15-
YUV31.8161.4106.03-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.78%
GREEN value IS 36 (14.45% from 255) = 28.12%
BLUE value IS 91 (35.94% from 255) = 71.09%
R=0.78%
G=28.12%
B=71.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal136910.990.6000.64216.6797.8318.04
Hex1245B633C040d96212
Octal14413314374010033114222
Binary1100100101101111000111111000100000011011001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01245B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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