#01236C

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

Shades of Sapphire #01236C

Tints of Sapphire #01236C

Color information

#01236C (or 0x01236C) is unknown color: approx Sapphire. HEX triplet: 01, 23 and 6C. RGB value is (1,35,108). Sum of RGB (Red+Green+Blue) = 1+35+108=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 108 (42.58% from 255 or 75% from 144); Max value from RGB is 108 - color contains mainly: blue. Hex color #01236C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01236C is #FEDC93. Grayscale: #202020. Windows color (decimal): -16702612 or 7086849. OLE color: 7086849.

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

Color convert

RGB135108-
CMYK0.990.6800.58
HSL220.93º98.17%21.37%-
HSV(B)220.93º99.07%42.35%-
XYZ3.322.2914.45-
YUV33.16170.24105.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 35 (14.06% from 255) = 24.31%
BLUE value IS 108 (42.58% from 255) = 75%
R=0.69%
G=24.31%
B=75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1351080.990.6800.58220.9398.1721.37
Hex1236C634403Add6215
Octal14315414310407233514225
Binary1100011110110011000111000100011101011011101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01236C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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