Html Css Color HEX #0A4193 Smalt

📋 copy color: '#0A4193'

red 10 ◦ green 65 ◦ blue 147

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

Shades of Smalt #0A4193

Tints of Smalt #0A4193

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.28%

 BLUE value IS 147 (57.81% from 255) = 66.22%

R = 4.5%
G = 29.28%
B = 66.22%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0A4193 (or 0x0A4193) is known color: Smalt. HEX triplet: 0A, 41 and 93. RGB value is (10,65,147). Sum of RGB (Red+Green+Blue) = 10+65+147=222 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.50% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 147 (57.81% from 255 or 66.22% from 222); Max value from RGB is 147 - color contains mainly: blue. Hex color #0A4193 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A4193 is #F5BE6C. Grayscale: #393939. Windows color (decimal): -16105069 or 9650442. OLE color: 9650442.

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

Color convert

RGB 10 65 147 -
CMYK 0.93 0.56 0 0.42
HSL 215.91º 0.87% 0.31% -
HSV(B) 215.91º 0.93% 0.58% -
XYZ 7.28 5.95 28.37 -
YUV 57.9 178.28 93.83 -
System Red Green Blue C M Y K H S L
Decimal 10 65 147 0.93 0.56 0 0.42 215.91 0.87 0.31
Hex A 41 93 5D 38 0 2A D8 57 1F
Octal 12 101 223 135 70 0 52 330 127 37
Binary 1010 1000001 10010011 1011101 111000 0 101010 11011000 1010111 11111

Color Harmonies of #0A4193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4193

Black with #0A4193

Text Example


Text Example

White with #0A4193

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,65,147); }

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

background-color css

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

 a { background-color: rgb(10,65,147); }

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

border-color css

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

 span { border-color: rgb(10,65,147); }

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