Html Css Color HEX #0A4195 Smalt

📋 copy color: '#0A4195'

red 10 ◦ green 65 ◦ blue 149

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

Shades of Smalt #0A4195

Tints of Smalt #0A4195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 66.52%

R = 4.46%
G = 29.02%
B = 66.52%

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

#0A4195 (or 0x0A4195) is known color: Smalt. HEX triplet: 0A, 41 and 95. RGB value is (10,65,149). Sum of RGB (Red+Green+Blue) = 10+65+149=224 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.46% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 149 (58.59% from 255 or 66.52% from 224); Max value from RGB is 149 - color contains mainly: blue. Hex color #0A4195 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A4195 is #F5BE6A. Grayscale: #393939. Windows color (decimal): -16105067 or 9781514. OLE color: 9781514.

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

Color convert

RGB 10 65 149 -
CMYK 0.93 0.56 0 0.42
HSL 216.26º 0.87% 0.31% -
HSV(B) 216.26º 0.93% 0.58% -
XYZ 7.44 6.02 29.2 -
YUV 58.13 179.28 93.67 -
System Red Green Blue C M Y K H S L
Decimal 10 65 149 0.93 0.56 0 0.42 216.26 0.87 0.31
Hex A 41 95 5D 38 0 2A D8 57 1F
Octal 12 101 225 135 70 0 52 330 127 37
Binary 1010 1000001 10010101 1011101 111000 0 101010 11011000 1010111 11111

Color Harmonies of #0A4195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4195

Black with #0A4195

Text Example


Text Example

White with #0A4195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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