Html Css Color HEX #0A358F Smalt

📋 copy color: '#0A358F'

red 10 ◦ green 53 ◦ blue 143

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

Shades of Smalt #0A358F

Tints of Smalt #0A358F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.73%

 BLUE value IS 143 (56.25% from 255) = 69.42%

R = 4.85%
G = 25.73%
B = 69.42%

CMYK

 C value IS 0.93

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0A358F (or 0x0A358F) is known color: Smalt. HEX triplet: 0A, 35 and 8F. RGB value is (10,53,143). Sum of RGB (Red+Green+Blue) = 10+53+143=206 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.85% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 143 (56.25% from 255 or 69.42% from 206); Max value from RGB is 143 - color contains mainly: blue. Hex color #0A358F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A358F is #F5CA70. Grayscale: #323232. Windows color (decimal): -16108145 or 9385226. OLE color: 9385226.

HSL color Cylindrical-coordinate representation of color #0A358F: hue angle of 220.6º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A358F is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 10 53 143 -
CMYK 0.93 0.63 0 0.44
HSL 220.6º 0.87% 0.3% -
HSV(B) 220.6º 0.93% 0.56% -
XYZ 6.36 4.59 26.54 -
YUV 50.4 180.25 99.18 -
System Red Green Blue C M Y K H S L
Decimal 10 53 143 0.93 0.63 0 0.44 220.6 0.87 0.3
Hex A 35 8F 5D 3F 0 2C DD 57 1E
Octal 12 65 217 135 77 0 54 335 127 36
Binary 1010 110101 10001111 1011101 111111 0 101100 11011101 1010111 11110

Color Harmonies of #0A358F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A358F

Black with #0A358F

Text Example


Text Example

White with #0A358F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,53,143); }

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

background-color css

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

 a { background-color: rgb(10,53,143); }

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

border-color css

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

 span { border-color: rgb(10,53,143); }

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