#0A2997

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

Shades of Smalt #0A2997

Tints of Smalt #0A2997

Color information

#0A2997 (or 0x0A2997) is unknown color: approx Smalt. HEX triplet: 0A, 29 and 97. RGB value is (10,41,151). Sum of RGB (Red+Green+Blue) = 10+41+151=202 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.95% from 202); Green value is 41 (16.41% from 255 or 20.30% from 202); Blue value is 151 (59.38% from 255 or 74.75% from 202); Max value from RGB is 151 - color contains mainly: blue. Hex color #0A2997 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A2997 is #F5D668. Grayscale: #2B2B2B. Windows color (decimal): -16111209 or 9906442. OLE color: 9906442.

HSL color Cylindrical-coordinate representation of color #0A2997: hue angle of 226.81º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A2997 is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1041151-
CMYK0.930.7300.41
HSL226.81º87.58%31.57%-
HSV(B)226.81º93.38%59.22%-
XYZ6.53.8829.69-
YUV44.27188.23103.56-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.95%
GREEN value IS 41 (16.41% from 255) = 20.30%
BLUE value IS 151 (59.38% from 255) = 74.75%
R=4.95%
G=20.30%
B=74.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal10411510.930.7300.41226.8187.5831.57
HexA29975D49029e35820
Octal125122713511105134313040
Binary101010100110010111101110110010010101001111000111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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