Html Css Color HEX #0A2093 Smalt

📋 copy color: '#0A2093'

red 10 ◦ green 32 ◦ blue 147

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

Shades of Smalt #0A2093

Tints of Smalt #0A2093

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.93%

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

R = 5.29%
G = 16.93%
B = 77.78%

CMYK

 C value IS 0.93

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0A2093 (or 0x0A2093) is known color: Smalt. HEX triplet: 0A, 20 and 93. RGB value is (10,32,147). Sum of RGB (Red+Green+Blue) = 10+32+147=189 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.29% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 147 (57.81% from 255 or 77.78% from 189); Max value from RGB is 147 - color contains mainly: blue. Hex color #0A2093 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A2093 is #F5DF6C. Grayscale: #262626. Windows color (decimal): -16113517 or 9641994. OLE color: 9641994.

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

Color convert

RGB 10 32 147 -
CMYK 0.93 0.78 0 0.42
HSL 230.37º 0.87% 0.31% -
HSV(B) 230.37º 0.93% 0.58% -
XYZ 5.91 3.2 27.91 -
YUV 38.53 189.21 107.65 -
System Red Green Blue C M Y K H S L
Decimal 10 32 147 0.93 0.78 0 0.42 230.37 0.87 0.31
Hex A 20 93 5D 4E 0 2A E6 57 1F
Octal 12 40 223 135 116 0 52 346 127 37
Binary 1010 100000 10010011 1011101 1001110 0 101010 11100110 1010111 11111

Color Harmonies of #0A2093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2093

Black with #0A2093

Text Example


Text Example

White with #0A2093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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