#0A236C

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

Shades of Sapphire #0A236C

Tints of Sapphire #0A236C

Color information

#0A236C (or 0x0A236C) is unknown color: approx Sapphire. HEX triplet: 0A, 23 and 6C. RGB value is (10,35,108). Sum of RGB (Red+Green+Blue) = 10+35+108=153 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.54% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 108 (42.58% from 255 or 70.59% from 153); Max value from RGB is 108 - color contains mainly: blue. Hex color #0A236C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A236C is #F5DC93. Grayscale: #232323. Windows color (decimal): -16112788 or 7086858. OLE color: 7086858.

HSL color Cylindrical-coordinate representation of color #0A236C: hue angle of 224.69º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A236C is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1035108-
CMYK0.910.6800.58
HSL224.69º83.05%23.14%-
HSV(B)224.69º90.74%42.35%-
XYZ3.432.3514.46-
YUV35.85168.72109.56-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.54%
GREEN value IS 35 (14.06% from 255) = 22.88%
BLUE value IS 108 (42.58% from 255) = 70.59%
R=6.54%
G=22.88%
B=70.59%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10351080.910.6800.58224.6983.0523.14
HexA236C5B4403Ae15317
Octal124315413310407234112327
Binary1010100011110110010110111000100011101011100001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A236C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A236C; }

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

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

<style>
 a { background-color: #0A236C; }

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

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

<style>
 span { border-color: #0A236C; }

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

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