#0A3075

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

Shades of Sapphire #0A3075

Tints of Sapphire #0A3075

Color information

#0A3075 (or 0x0A3075) is unknown color: approx Sapphire. HEX triplet: 0A, 30 and 75. RGB value is (10,48,117). Sum of RGB (Red+Green+Blue) = 10+48+117=175 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.71% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 117 (46.09% from 255 or 66.86% from 175); Max value from RGB is 117 - color contains mainly: blue. Hex color #0A3075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3075 is #F5CF8A. Grayscale: #2C2C2C. Windows color (decimal): -16109451 or 7680010. OLE color: 7680010.

HSL color Cylindrical-coordinate representation of color #0A3075: hue angle of 218.69º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A3075 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1048117-
CMYK0.910.5900.54
HSL218.69º84.25%24.9%-
HSV(B)218.69º91.45%45.88%-
XYZ4.393.4617.27-
YUV44.5168.91103.39-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.71%
GREEN value IS 48 (19.14% from 255) = 27.43%
BLUE value IS 117 (46.09% from 255) = 66.86%
R=5.71%
G=27.43%
B=66.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10481170.910.5900.54218.6984.2524.9
HexA30755B3B036db5419
Octal12601651337306633312431
Binary101011000011101011011011111011011011011011011101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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