Html Css Color HEX #0A4392 Smalt

📋 copy color: '#0A4392'

red 10 ◦ green 67 ◦ blue 146

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

Shades of Smalt #0A4392

Tints of Smalt #0A4392

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.04%

 BLUE value IS 146 (57.42% from 255) = 65.47%

R = 4.48%
G = 30.04%
B = 65.47%

CMYK

 C value IS 0.93

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0A4392 (or 0x0A4392) is known color: Smalt. HEX triplet: 0A, 43 and 92. RGB value is (10,67,146). Sum of RGB (Red+Green+Blue) = 10+67+146=223 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.48% from 223); Green value is 67 (26.56% from 255 or 30.04% from 223); Blue value is 146 (57.42% from 255 or 65.47% from 223); Max value from RGB is 146 - color contains mainly: blue. Hex color #0A4392 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A4392 is #F5BC6D. Grayscale: #3A3A3A. Windows color (decimal): -16104558 or 9585418. OLE color: 9585418.

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

Color convert

RGB 10 67 146 -
CMYK 0.93 0.54 0 0.43
HSL 214.85º 0.87% 0.31% -
HSV(B) 214.85º 0.93% 0.57% -
XYZ 7.32 6.15 28 -
YUV 58.96 177.12 93.08 -
System Red Green Blue C M Y K H S L
Decimal 10 67 146 0.93 0.54 0 0.43 214.85 0.87 0.31
Hex A 43 92 5D 36 0 2B D7 57 1F
Octal 12 103 222 135 66 0 53 327 127 37
Binary 1010 1000011 10010010 1011101 110110 0 101011 11010111 1010111 11111

Color Harmonies of #0A4392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4392

Black with #0A4392

Text Example


Text Example

White with #0A4392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,67,146); }

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

background-color css

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

 a { background-color: rgb(10,67,146); }

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

border-color css

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

 span { border-color: rgb(10,67,146); }

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