Html Css Color HEX #0A3793 Smalt

📋 copy color: '#0A3793'

red 10 ◦ green 55 ◦ blue 147

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

Shades of Smalt #0A3793

Tints of Smalt #0A3793

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.94%

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

R = 4.72%
G = 25.94%
B = 69.34%

CMYK

 C value IS 0.93

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0A3793 (or 0x0A3793) is known color: Smalt. HEX triplet: 0A, 37 and 93. RGB value is (10,55,147). Sum of RGB (Red+Green+Blue) = 10+55+147=212 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.72% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 147 (57.81% from 255 or 69.34% from 212); Max value from RGB is 147 - color contains mainly: blue. Hex color #0A3793 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3793 is #F5C86C. Grayscale: #333333. Windows color (decimal): -16107629 or 9647882. OLE color: 9647882.

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

Color convert

RGB 10 55 147 -
CMYK 0.93 0.63 0 0.42
HSL 220.29º 0.87% 0.31% -
HSV(B) 220.29º 0.93% 0.58% -
XYZ 6.76 4.9 28.19 -
YUV 52.03 181.59 98.02 -
System Red Green Blue C M Y K H S L
Decimal 10 55 147 0.93 0.63 0 0.42 220.29 0.87 0.31
Hex A 37 93 5D 3F 0 2A DC 57 1F
Octal 12 67 223 135 77 0 52 334 127 37
Binary 1010 110111 10010011 1011101 111111 0 101010 11011100 1010111 11111

Color Harmonies of #0A3793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3793

Black with #0A3793

Text Example


Text Example

White with #0A3793

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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