Html Css Color HEX #0A2895 Smalt

📋 copy color: '#0A2895'

red 10 ◦ green 40 ◦ blue 149

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

Shades of Smalt #0A2895

Tints of Smalt #0A2895

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.1%

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

R = 5.03%
G = 20.1%
B = 74.87%

CMYK

 C value IS 0.93

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0A2895 (or 0x0A2895) is known color: Smalt. HEX triplet: 0A, 28 and 95. RGB value is (10,40,149). Sum of RGB (Red+Green+Blue) = 10+40+149=199 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.03% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 149 (58.59% from 255 or 74.87% from 199); Max value from RGB is 149 - color contains mainly: blue. Hex color #0A2895 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A2895 is #F5D76A. Grayscale: #2A2A2A. Windows color (decimal): -16111467 or 9775114. OLE color: 9775114.

HSL color Cylindrical-coordinate representation of color #0A2895: hue angle of 227.05º 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 #0A2895 is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 10 40 149 -
CMYK 0.93 0.73 0 0.42
HSL 227.05º 0.87% 0.31% -
HSV(B) 227.05º 0.93% 0.58% -
XYZ 6.31 3.75 28.83 -
YUV 43.46 187.56 104.14 -
System Red Green Blue C M Y K H S L
Decimal 10 40 149 0.93 0.73 0 0.42 227.05 0.87 0.31
Hex A 28 95 5D 49 0 2A E3 57 1F
Octal 12 50 225 135 111 0 52 343 127 37
Binary 1010 101000 10010101 1011101 1001001 0 101010 11100011 1010111 11111

Color Harmonies of #0A2895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2895

Black with #0A2895

Text Example


Text Example

White with #0A2895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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