Html Css Color HEX #0A3194 Smalt

📋 copy color: '#0A3194'

red 10 ◦ green 49 ◦ blue 148

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

Shades of Smalt #0A3194

Tints of Smalt #0A3194

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.67%

 BLUE value IS 148 (58.2% from 255) = 71.5%

R = 4.83%
G = 23.67%
B = 71.5%

CMYK

 C value IS 0.93

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0A3194 (or 0x0A3194) is known color: Smalt. HEX triplet: 0A, 31 and 94. RGB value is (10,49,148). Sum of RGB (Red+Green+Blue) = 10+49+148=207 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.83% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 148 (58.20% from 255 or 71.50% from 207); Max value from RGB is 148 - color contains mainly: blue. Hex color #0A3194 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3194 is #F5CE6B. Grayscale: #303030. Windows color (decimal): -16109164 or 9711882. OLE color: 9711882.

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

Color convert

RGB 10 49 148 -
CMYK 0.93 0.67 0 0.42
HSL 223.04º 0.87% 0.31% -
HSV(B) 223.04º 0.93% 0.58% -
XYZ 6.57 4.4 28.52 -
YUV 48.63 184.08 100.45 -
System Red Green Blue C M Y K H S L
Decimal 10 49 148 0.93 0.67 0 0.42 223.04 0.87 0.31
Hex A 31 94 5D 43 0 2A DF 57 1F
Octal 12 61 224 135 103 0 52 337 127 37
Binary 1010 110001 10010100 1011101 1000011 0 101010 11011111 1010111 11111

Color Harmonies of #0A3194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3194

Black with #0A3194

Text Example


Text Example

White with #0A3194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,49,148); }

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

background-color css

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

 a { background-color: rgb(10,49,148); }

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

border-color css

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

 span { border-color: rgb(10,49,148); }

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