#01245C

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

Shades of Sapphire #01245C

Tints of Sapphire #01245C

Color information

#01245C (or 0x01245C) is unknown color: approx Sapphire. HEX triplet: 01, 24 and 5C. RGB value is (1,36,92). Sum of RGB (Red+Green+Blue) = 1+36+92=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 36 (14.45% from 255 or 27.91% from 129); Blue value is 92 (36.33% from 255 or 71.32% from 129); Max value from RGB is 92 - color contains mainly: blue. Hex color #01245C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01245C is #FEDBA3. Grayscale: #1F1F1F. Windows color (decimal): -16702372 or 6038529. OLE color: 6038529.

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

Color convert

RGB13692-
CMYK0.990.6100.64
HSL216.92º97.85%18.24%-
HSV(B)216.92º98.91%36.08%-
XYZ2.582.0410.38-
YUV31.92161.9105.95-

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) = 27.91%
BLUE value IS 92 (36.33% from 255) = 71.32%
R=0.78%
G=27.91%
B=71.32%

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
Decimal136920.990.6100.64216.9297.8518.24
Hex1245C633D040d96212
Octal14413414375010033114222
Binary1100100101110011000111111010100000011011001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01245C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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