#01245D

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

Shades of Sapphire #01245D

Tints of Sapphire #01245D

Color information

#01245D (or 0x01245D) is unknown color: approx Sapphire. HEX triplet: 01, 24 and 5D. RGB value is (1,36,93). Sum of RGB (Red+Green+Blue) = 1+36+93=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 93 (36.72% from 255 or 71.54% from 130); Max value from RGB is 93 - color contains mainly: blue. Hex color #01245D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01245D is #FEDBA2. Grayscale: #1F1F1F. Windows color (decimal): -16702371 or 6104065. OLE color: 6104065.

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

Color convert

RGB13693-
CMYK0.990.6100.64
HSL217.17º97.87%18.43%-
HSV(B)217.17º98.92%36.47%-
XYZ2.622.0610.62-
YUV32.03162.4105.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.77%
GREEN value IS 36 (14.45% from 255) = 27.69%
BLUE value IS 93 (36.72% from 255) = 71.54%
R=0.77%
G=27.69%
B=71.54%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal136930.990.6100.64217.1797.8718.43
Hex1245D633D040d96212
Octal14413514375010033114222
Binary1100100101110111000111111010100000011011001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01245D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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