Html Css Color HEX #0A2F84 Smalt

📋 copy color: '#0A2F84'

red 10 ◦ green 47 ◦ blue 132

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

Shades of Smalt #0A2F84

Tints of Smalt #0A2F84

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.87%

 BLUE value IS 132 (51.95% from 255) = 69.84%

R = 5.29%
G = 24.87%
B = 69.84%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0A2F84 (or 0x0A2F84) is known color: Smalt. HEX triplet: 0A, 2F and 84. RGB value is (10,47,132). Sum of RGB (Red+Green+Blue) = 10+47+132=189 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.29% from 189); Green value is 47 (18.75% from 255 or 24.87% from 189); Blue value is 132 (51.95% from 255 or 69.84% from 189); Max value from RGB is 132 - color contains mainly: blue. Hex color #0A2F84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A2F84 is #F5D07B. Grayscale: #2D2D2D. Windows color (decimal): -16109692 or 8662794. OLE color: 8662794.

HSL color Cylindrical-coordinate representation of color #0A2F84: hue angle of 221.8º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A2F84 is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 10 47 132 -
CMYK 0.92 0.64 0 0.48
HSL 221.8º 0.86% 0.28% -
HSV(B) 221.8º 0.92% 0.52% -
XYZ 5.31 3.76 22.28 -
YUV 45.63 176.74 102.59 -
System Red Green Blue C M Y K H S L
Decimal 10 47 132 0.92 0.64 0 0.48 221.8 0.86 0.28
Hex A 2F 84 5C 40 0 30 DE 56 1C
Octal 12 57 204 134 100 0 60 336 126 34
Binary 1010 101111 10000100 1011100 1000000 0 110000 11011110 1010110 11100

Color Harmonies of #0A2F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2F84

Black with #0A2F84

Text Example


Text Example

White with #0A2F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,47,132); }

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

background-color css

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

 a { background-color: rgb(10,47,132); }

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

border-color css

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

 span { border-color: rgb(10,47,132); }

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