Html Css Color HEX #0A4296 Smalt

📋 copy color: '#0A4296'

red 10 ◦ green 66 ◦ blue 150

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

Shades of Smalt #0A4296

Tints of Smalt #0A4296

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.2%

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

R = 4.42%
G = 29.2%
B = 66.37%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0A4296 (or 0x0A4296) is known color: Smalt. HEX triplet: 0A, 42 and 96. RGB value is (10,66,150). Sum of RGB (Red+Green+Blue) = 10+66+150=226 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.42% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 150 (58.98% from 255 or 66.37% from 226); Max value from RGB is 150 - color contains mainly: blue. Hex color #0A4296 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A4296 is #F5BD69. Grayscale: #3A3A3A. Windows color (decimal): -16104810 or 9847306. OLE color: 9847306.

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

Color convert

RGB 10 66 150 -
CMYK 0.93 0.56 0 0.41
HSL 216º 0.88% 0.31% -
HSV(B) 216º 0.93% 0.59% -
XYZ 7.58 6.16 29.64 -
YUV 58.83 179.45 93.17 -
System Red Green Blue C M Y K H S L
Decimal 10 66 150 0.93 0.56 0 0.41 216 0.88 0.31
Hex A 42 96 5D 38 0 29 D8 58 1F
Octal 12 102 226 135 70 0 51 330 130 37
Binary 1010 1000010 10010110 1011101 111000 0 101001 11011000 1011000 11111

Color Harmonies of #0A4296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4296

Black with #0A4296

Text Example


Text Example

White with #0A4296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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