#0A2974

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

Shades of Sapphire #0A2974

Tints of Sapphire #0A2974

Color information

#0A2974 (or 0x0A2974) is unknown color: approx Sapphire. HEX triplet: 0A, 29 and 74. RGB value is (10,41,116). Sum of RGB (Red+Green+Blue) = 10+41+116=167 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.99% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 116 (45.70% from 255 or 69.46% from 167); Max value from RGB is 116 - color contains mainly: blue. Hex color #0A2974 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2974 is #F5D68B. Grayscale: #272727. Windows color (decimal): -16111244 or 7612682. OLE color: 7612682.

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

Color convert

RGB1041116-
CMYK0.910.6500.55
HSL222.45º84.13%24.71%-
HSV(B)222.45º91.38%45.49%-
XYZ4.072.9116.87-
YUV40.28170.73106.4-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.99%
GREEN value IS 41 (16.41% from 255) = 24.55%
BLUE value IS 116 (45.70% from 255) = 69.46%
R=5.99%
G=24.55%
B=69.46%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10411160.910.6500.55222.4584.1324.71
HexA29745B41037de5419
Octal125116413310106733612431
Binary1010101001111010010110111000001011011111011110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,41,116); }

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

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

 a { background-color: rgb(10,41,116); }

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

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

 span { border-color: rgb(10,41,116); }

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