#01236F

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

Shades of Sapphire #01236F

Tints of Sapphire #01236F

Color information

#01236F (or 0x01236F) is unknown color: approx Sapphire. HEX triplet: 01, 23 and 6F. RGB value is (1,35,111). Sum of RGB (Red+Green+Blue) = 1+35+111=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 35 (14.06% from 255 or 23.81% from 147); Blue value is 111 (43.75% from 255 or 75.51% from 147); Max value from RGB is 111 - color contains mainly: blue. Hex color #01236F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01236F is #FEDC90. Grayscale: #212121. Windows color (decimal): -16702609 or 7283457. OLE color: 7283457.

HSL color Cylindrical-coordinate representation of color #01236F: hue angle of 221.45º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01236F is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB135111-
CMYK0.990.6800.56
HSL221.45º98.21%21.96%-
HSV(B)221.45º99.1%43.53%-
XYZ3.482.3615.31-
YUV33.5171.74104.82-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 35 (14.06% from 255) = 23.81%
BLUE value IS 111 (43.75% from 255) = 75.51%
R=0.68%
G=23.81%
B=75.51%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1351110.990.6800.56221.4598.2121.96
Hex1236F6344038dd6216
Octal14315714310407033514226
Binary1100011110111111000111000100011100011011101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01236F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01236F; }

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

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

<style>
 a { background-color: #01236F; }

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

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

<style>
 span { border-color: #01236F; }

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

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