Html Css Color HEX #0A4099 Smalt

📋 copy color: '#0A4099'

red 10 ◦ green 64 ◦ blue 153

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

Shades of Smalt #0A4099

Tints of Smalt #0A4099

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.19%

 BLUE value IS 153 (60.16% from 255) = 67.4%

R = 4.41%
G = 28.19%
B = 67.4%

CMYK

 C value IS 0.93

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0A4099 (or 0x0A4099) is known color: Smalt. HEX triplet: 0A, 40 and 99. RGB value is (10,64,153). Sum of RGB (Red+Green+Blue) = 10+64+153=227 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.41% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 153 (60.16% from 255 or 67.40% from 227); Max value from RGB is 153 - color contains mainly: blue. Hex color #0A4099 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A4099 is #F5BF66. Grayscale: #393939. Windows color (decimal): -16105319 or 10043402. OLE color: 10043402.

HSL color Cylindrical-coordinate representation of color #0A4099: hue angle of 217.34º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A4099 is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 10 64 153 -
CMYK 0.93 0.58 0 0.4
HSL 217.34º 0.88% 0.32% -
HSV(B) 217.34º 0.93% 0.6% -
XYZ 7.71 6.03 30.89 -
YUV 58 181.61 93.76 -
System Red Green Blue C M Y K H S L
Decimal 10 64 153 0.93 0.58 0 0.4 217.34 0.88 0.32
Hex A 40 99 5D 3A 0 28 D9 58 20
Octal 12 100 231 135 72 0 50 331 130 40
Binary 1010 1000000 10011001 1011101 111010 0 101000 11011001 1011000 100000

Color Harmonies of #0A4099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4099

Black with #0A4099

Text Example


Text Example

White with #0A4099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,64,153); }

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

background-color css

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

 a { background-color: rgb(10,64,153); }

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

border-color css

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

 span { border-color: rgb(10,64,153); }

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