Html Css Color HEX #0A4192 Smalt

📋 copy color: '#0A4192'

red 10 ◦ green 65 ◦ blue 146

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

Shades of Smalt #0A4192

Tints of Smalt #0A4192

RGB

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

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

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

R = 4.52%
G = 29.41%
B = 66.06%

CMYK

 C value IS 0.93

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0A4192 (or 0x0A4192) is known color: Smalt. HEX triplet: 0A, 41 and 92. RGB value is (10,65,146). Sum of RGB (Red+Green+Blue) = 10+65+146=221 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.52% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 146 (57.42% from 255 or 66.06% from 221); Max value from RGB is 146 - color contains mainly: blue. Hex color #0A4192 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A4192 is #F5BE6D. Grayscale: #393939. Windows color (decimal): -16105070 or 9584906. OLE color: 9584906.

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

Color convert

RGB 10 65 146 -
CMYK 0.93 0.55 0 0.43
HSL 215.74º 0.87% 0.31% -
HSV(B) 215.74º 0.93% 0.57% -
XYZ 7.2 5.92 27.96 -
YUV 57.79 177.78 93.91 -
System Red Green Blue C M Y K H S L
Decimal 10 65 146 0.93 0.55 0 0.43 215.74 0.87 0.31
Hex A 41 92 5D 37 0 2B D8 57 1F
Octal 12 101 222 135 67 0 53 330 127 37
Binary 1010 1000001 10010010 1011101 110111 0 101011 11011000 1010111 11111

Color Harmonies of #0A4192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4192

Black with #0A4192

Text Example


Text Example

White with #0A4192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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