Html Css Color HEX #0A2896 Smalt

📋 copy color: '#0A2896'

red 10 ◦ green 40 ◦ blue 150

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

Shades of Smalt #0A2896

Tints of Smalt #0A2896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 75%

R = 5%
G = 20%
B = 75%

CMYK

 C value IS 0.93

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0A2896 (or 0x0A2896) is known color: Smalt. HEX triplet: 0A, 28 and 96. RGB value is (10,40,150). Sum of RGB (Red+Green+Blue) = 10+40+150=200 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5% from 200); Green value is 40 (16.02% from 255 or 20% from 200); Blue value is 150 (58.98% from 255 or 75% from 200); Max value from RGB is 150 - color contains mainly: blue. Hex color #0A2896 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A2896 is #F5D769. Grayscale: #2B2B2B. Windows color (decimal): -16111466 or 9840650. OLE color: 9840650.

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

Color convert

RGB 10 40 150 -
CMYK 0.93 0.73 0 0.41
HSL 227.14º 0.88% 0.31% -
HSV(B) 227.14º 0.93% 0.59% -
XYZ 6.39 3.78 29.25 -
YUV 43.57 188.06 104.06 -
System Red Green Blue C M Y K H S L
Decimal 10 40 150 0.93 0.73 0 0.41 227.14 0.88 0.31
Hex A 28 96 5D 49 0 29 E3 58 1F
Octal 12 50 226 135 111 0 51 343 130 37
Binary 1010 101000 10010110 1011101 1001001 0 101001 11100011 1011000 11111

Color Harmonies of #0A2896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2896

Black with #0A2896

Text Example


Text Example

White with #0A2896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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