Html Css Color HEX #0A4498 Smalt

📋 copy color: '#0A4498'

red 10 ◦ green 68 ◦ blue 152

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

Shades of Smalt #0A4498

Tints of Smalt #0A4498

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.57%

 BLUE value IS 152 (59.77% from 255) = 66.09%

R = 4.35%
G = 29.57%
B = 66.09%

CMYK

 C value IS 0.93

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0A4498 (or 0x0A4498) is known color: Smalt. HEX triplet: 0A, 44 and 98. RGB value is (10,68,152). Sum of RGB (Red+Green+Blue) = 10+68+152=230 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.35% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 152 (59.77% from 255 or 66.09% from 230); Max value from RGB is 152 - color contains mainly: blue. Hex color #0A4498 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A4498 is #F5BB67. Grayscale: #3B3B3B. Windows color (decimal): -16104296 or 9978890. OLE color: 9978890.

HSL color Cylindrical-coordinate representation of color #0A4498: hue angle of 215.49º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A4498 is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 10 68 152 -
CMYK 0.93 0.55 0 0.40
HSL 215.49º 0.88% 0.32% -
HSV(B) 215.49º 0.93% 0.6% -
XYZ 7.86 6.47 30.54 -
YUV 60.23 179.78 92.17 -
System Red Green Blue C M Y K H S L
Decimal 10 68 152 0.93 0.55 0 0.40 215.49 0.88 0.32
Hex A 44 98 5D 37 0 28 D7 58 20
Octal 12 104 230 135 67 0 50 327 130 40
Binary 1010 1000100 10011000 1011101 110111 0 101000 11010111 1011000 100000

Color Harmonies of #0A4498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4498

Black with #0A4498

Text Example


Text Example

White with #0A4498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,68,152); }

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

background-color css

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

 a { background-color: rgb(10,68,152); }

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

border-color css

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

 span { border-color: rgb(10,68,152); }

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