Html Css Color HEX #0A2189 Smalt

📋 copy color: '#0A2189'

red 10 ◦ green 33 ◦ blue 137

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

Shades of Smalt #0A2189

Tints of Smalt #0A2189

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.33%

 BLUE value IS 137 (53.91% from 255) = 76.11%

R = 5.56%
G = 18.33%
B = 76.11%

CMYK

 C value IS 0.93

 M value IS 0.76

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0A2189 (or 0x0A2189) is known color: Smalt. HEX triplet: 0A, 21 and 89. RGB value is (10,33,137). Sum of RGB (Red+Green+Blue) = 10+33+137=180 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.56% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 137 (53.91% from 255 or 76.11% from 180); Max value from RGB is 137 - color contains mainly: blue. Hex color #0A2189 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A2189 is #F5DE76. Grayscale: #252525. Windows color (decimal): -16113271 or 8986890. OLE color: 8986890.

HSL color Cylindrical-coordinate representation of color #0A2189: hue angle of 229.13º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A2189 is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 10 33 137 -
CMYK 0.93 0.76 0 0.46
HSL 229.13º 0.86% 0.29% -
HSV(B) 229.13º 0.93% 0.54% -
XYZ 5.18 2.96 23.96 -
YUV 37.98 183.88 108.04 -
System Red Green Blue C M Y K H S L
Decimal 10 33 137 0.93 0.76 0 0.46 229.13 0.86 0.29
Hex A 21 89 5D 4C 0 2E E5 56 1D
Octal 12 41 211 135 114 0 56 345 126 35
Binary 1010 100001 10001001 1011101 1001100 0 101110 11100101 1010110 11101

Color Harmonies of #0A2189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2189

Black with #0A2189

Text Example


Text Example

White with #0A2189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,33,137); }

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

background-color css

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

 a { background-color: rgb(10,33,137); }

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

border-color css

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

 span { border-color: rgb(10,33,137); }

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