#01235A

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

Shades of Sapphire #01235A

Tints of Sapphire #01235A

Color information

#01235A (or 0x01235A) is unknown color: approx Sapphire. HEX triplet: 01, 23 and 5A. RGB value is (1,35,90). Sum of RGB (Red+Green+Blue) = 1+35+90=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 90 (35.55% from 255 or 71.43% from 126); Max value from RGB is 90 - color contains mainly: blue. Hex color #01235A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01235A is #FEDCA5. Grayscale: #1E1E1E. Windows color (decimal): -16702630 or 5907201. OLE color: 5907201.

HSL color Cylindrical-coordinate representation of color #01235A: hue angle of 217.08º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01235A is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB13590-
CMYK0.990.6100.65
HSL217.08º97.8%17.84%-
HSV(B)217.08º98.89%35.29%-
XYZ2.461.959.92-
YUV31.1161.24106.53-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.79%
GREEN value IS 35 (14.06% from 255) = 27.78%
BLUE value IS 90 (35.55% from 255) = 71.43%
R=0.79%
G=27.78%
B=71.43%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal135900.990.6100.65217.0897.817.84
Hex1235A633D041d96212
Octal14313214375010133114222
Binary1100011101101011000111111010100000111011001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01235A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01235A; }

 p { color: rgb(1,35,90); }

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

<style>
 a { background-color: #01235A; }

 a { background-color: rgb(1,35,90); }

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

<style>
 span { border-color: #01235A; }

 span { border-color: rgb(1,35,90); }

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