Html Css Color HEX #0A3993 Smalt

📋 copy color: '#0A3993'

red 10 ◦ green 57 ◦ blue 147

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

Shades of Smalt #0A3993

Tints of Smalt #0A3993

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.64%

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

R = 4.67%
G = 26.64%
B = 68.69%

CMYK

 C value IS 0.93

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0A3993 (or 0x0A3993) is known color: Smalt. HEX triplet: 0A, 39 and 93. RGB value is (10,57,147). Sum of RGB (Red+Green+Blue) = 10+57+147=214 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.67% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 147 (57.81% from 255 or 68.69% from 214); Max value from RGB is 147 - color contains mainly: blue. Hex color #0A3993 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3993 is #F5C66C. Grayscale: #343434. Windows color (decimal): -16107117 or 9648394. OLE color: 9648394.

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

Color convert

RGB 10 57 147 -
CMYK 0.93 0.61 0 0.42
HSL 219.42º 0.87% 0.31% -
HSV(B) 219.42º 0.93% 0.58% -
XYZ 6.85 5.1 28.23 -
YUV 53.21 180.93 97.18 -
System Red Green Blue C M Y K H S L
Decimal 10 57 147 0.93 0.61 0 0.42 219.42 0.87 0.31
Hex A 39 93 5D 3D 0 2A DB 57 1F
Octal 12 71 223 135 75 0 52 333 127 37
Binary 1010 111001 10010011 1011101 111101 0 101010 11011011 1010111 11111

Color Harmonies of #0A3993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3993

Black with #0A3993

Text Example


Text Example

White with #0A3993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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