#0A246A

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

Shades of Sapphire #0A246A

Tints of Sapphire #0A246A

Color information

#0A246A (or 0x0A246A) is unknown color: approx Sapphire. HEX triplet: 0A, 24 and 6A. RGB value is (10,36,106). Sum of RGB (Red+Green+Blue) = 10+36+106=152 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.58% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 106 (41.80% from 255 or 69.74% from 152); Max value from RGB is 106 - color contains mainly: blue. Hex color #0A246A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A246A is #F5DB95. Grayscale: #232323. Windows color (decimal): -16112534 or 6956042. OLE color: 6956042.

HSL color Cylindrical-coordinate representation of color #0A246A: hue angle of 223.75º 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 #0A246A is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1036106-
CMYK0.910.6600.58
HSL223.75º82.76%22.75%-
HSV(B)223.75º90.57%41.57%-
XYZ3.362.3713.92-
YUV36.21167.39109.31-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.58%
GREEN value IS 36 (14.45% from 255) = 23.68%
BLUE value IS 106 (41.80% from 255) = 69.74%
R=6.58%
G=23.68%
B=69.74%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10361060.910.6600.58223.7582.7622.75
HexA246A5B4203Ae05317
Octal124415213310207234012327
Binary1010100100110101010110111000010011101011100000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A246A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,36,106); }

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

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

 a { background-color: rgb(10,36,106); }

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

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

 span { border-color: rgb(10,36,106); }

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