Html Css Color HEX #0A3286 Smalt

📋 copy color: '#0A3286'

red 10 ◦ green 50 ◦ blue 134

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

Shades of Smalt #0A3286

Tints of Smalt #0A3286

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.77%

 BLUE value IS 134 (52.73% from 255) = 69.07%

R = 5.15%
G = 25.77%
B = 69.07%

CMYK

 C value IS 0.93

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0A3286 (or 0x0A3286) is known color: Smalt. HEX triplet: 0A, 32 and 86. RGB value is (10,50,134). Sum of RGB (Red+Green+Blue) = 10+50+134=194 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.15% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 134 (52.73% from 255 or 69.07% from 194); Max value from RGB is 134 - color contains mainly: blue. Hex color #0A3286 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3286 is #F5CD79. Grayscale: #2F2F2F. Windows color (decimal): -16108922 or 8794634. OLE color: 8794634.

HSL color Cylindrical-coordinate representation of color #0A3286: hue angle of 220.65º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A3286 is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 10 50 134 -
CMYK 0.93 0.63 0 0.47
HSL 220.65º 0.86% 0.28% -
HSV(B) 220.65º 0.93% 0.53% -
XYZ 5.57 4.07 23.05 -
YUV 47.62 176.75 101.17 -
System Red Green Blue C M Y K H S L
Decimal 10 50 134 0.93 0.63 0 0.47 220.65 0.86 0.28
Hex A 32 86 5D 3F 0 2F DD 56 1C
Octal 12 62 206 135 77 0 57 335 126 34
Binary 1010 110010 10000110 1011101 111111 0 101111 11011101 1010110 11100

Color Harmonies of #0A3286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3286

Black with #0A3286

Text Example


Text Example

White with #0A3286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,50,134); }

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

background-color css

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

 a { background-color: rgb(10,50,134); }

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

border-color css

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

 span { border-color: rgb(10,50,134); }

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