Html Css Color HEX #0A2195 Smalt

📋 copy color: '#0A2195'

red 10 ◦ green 33 ◦ blue 149

#0A2195
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt #0A2195

Tints of Smalt #0A2195

RGB

 RED value IS 10 (4.3% from 255) = 5.21%

 GREEN value IS 33 (13.28% from 255) = 17.19%

 BLUE value IS 149 (58.59% from 255) = 77.6%

R = 5.21%
G = 17.19%
B = 77.6%

CMYK

 C value IS 0.93

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0A2195 (or 0x0A2195) is known color: Smalt. HEX triplet: 0A, 21 and 95. RGB value is (10,33,149). Sum of RGB (Red+Green+Blue) = 10+33+149=192 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.21% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 149 (58.59% from 255 or 77.60% from 192); Max value from RGB is 149 - color contains mainly: blue. Hex color #0A2195 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A2195 is #F5DE6A. Grayscale: #262626. Windows color (decimal): -16113259 or 9773322. OLE color: 9773322.

HSL color Cylindrical-coordinate representation of color #0A2195: hue angle of 230.07º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A2195 is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 10 33 149 -
CMYK 0.93 0.78 0 0.42
HSL 230.07º 0.87% 0.31% -
HSV(B) 230.07º 0.93% 0.58% -
XYZ 6.09 3.32 28.75 -
YUV 39.35 189.88 107.07 -
System Red Green Blue C M Y K H S L
Decimal 10 33 149 0.93 0.78 0 0.42 230.07 0.87 0.31
Hex A 21 95 5D 4E 0 2A E6 57 1F
Octal 12 41 225 135 116 0 52 346 127 37
Binary 1010 100001 10010101 1011101 1001110 0 101010 11100110 1010111 11111

Color Harmonies of #0A2195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2195

Black with #0A2195

Text Example


Text Example

White with #0A2195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,33,149); }

 H1.HeaderClassName
 {
   color: #0A2195;
 }
 .AnyTagClassName
 {
   color: #0A2195;
 }
</style>

background-color css

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

 a { background-color: rgb(10,33,149); }

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

border-color css

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

 span { border-color: rgb(10,33,149); }

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