#0A306F

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

Shades of Sapphire #0A306F

Tints of Sapphire #0A306F

Color information

#0A306F (or 0x0A306F) is unknown color: approx Sapphire. HEX triplet: 0A, 30 and 6F. RGB value is (10,48,111). Sum of RGB (Red+Green+Blue) = 10+48+111=169 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.92% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 111 (43.75% from 255 or 65.68% from 169); Max value from RGB is 111 - color contains mainly: blue. Hex color #0A306F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A306F is #F5CF90. Grayscale: #2B2B2B. Windows color (decimal): -16109457 or 7286794. OLE color: 7286794.

HSL color Cylindrical-coordinate representation of color #0A306F: hue angle of 217.43º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A306F is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1048111-
CMYK0.910.5700.56
HSL217.43º83.47%23.73%-
HSV(B)217.43º90.99%43.53%-
XYZ4.053.3315.47-
YUV43.82165.91103.88-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.92%
GREEN value IS 48 (19.14% from 255) = 28.40%
BLUE value IS 111 (43.75% from 255) = 65.68%
R=5.92%
G=28.40%
B=65.68%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10481110.910.5700.56217.4383.4723.73
HexA306F5B39038d95318
Octal12601571337107033112330
Binary101011000011011111011011111001011100011011001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A306F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,48,111); }

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

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

 a { background-color: rgb(10,48,111); }

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

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

 span { border-color: rgb(10,48,111); }

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