Html Css Color HEX #0A2484 Smalt

📋 copy color: '#0A2484'

red 10 ◦ green 36 ◦ blue 132

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

Shades of Smalt #0A2484

Tints of Smalt #0A2484

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.22%

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

R = 5.62%
G = 20.22%
B = 74.16%

CMYK

 C value IS 0.92

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0A2484 (or 0x0A2484) is known color: Smalt. HEX triplet: 0A, 24 and 84. RGB value is (10,36,132). Sum of RGB (Red+Green+Blue) = 10+36+132=178 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.62% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 132 (51.95% from 255 or 74.16% from 178); Max value from RGB is 132 - color contains mainly: blue. Hex color #0A2484 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A2484 is #F5DB7B. Grayscale: #262626. Windows color (decimal): -16112508 or 8659978. OLE color: 8659978.

HSL color Cylindrical-coordinate representation of color #0A2484: hue angle of 227.21º 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 #0A2484 is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 10 36 132 -
CMYK 0.92 0.73 0 0.48
HSL 227.21º 0.86% 0.28% -
HSV(B) 227.21º 0.92% 0.52% -
XYZ 4.92 2.99 22.15 -
YUV 39.17 180.39 107.19 -
System Red Green Blue C M Y K H S L
Decimal 10 36 132 0.92 0.73 0 0.48 227.21 0.86 0.28
Hex A 24 84 5C 49 0 30 E3 56 1C
Octal 12 44 204 134 111 0 60 343 126 34
Binary 1010 100100 10000100 1011100 1001001 0 110000 11100011 1010110 11100

Color Harmonies of #0A2484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2484

Black with #0A2484

Text Example


Text Example

White with #0A2484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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