Html Css Color HEX #0A318E Smalt

📋 copy color: '#0A318E'

red 10 ◦ green 49 ◦ blue 142

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

Shades of Smalt #0A318E

Tints of Smalt #0A318E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.38%

 BLUE value IS 142 (55.86% from 255) = 70.65%

R = 4.98%
G = 24.38%
B = 70.65%

CMYK

 C value IS 0.93

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0A318E (or 0x0A318E) is known color: Smalt. HEX triplet: 0A, 31 and 8E. RGB value is (10,49,142). Sum of RGB (Red+Green+Blue) = 10+49+142=201 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.98% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 142 (55.86% from 255 or 70.65% from 201); Max value from RGB is 142 - color contains mainly: blue. Hex color #0A318E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A318E is #F5CE71. Grayscale: #2F2F2F. Windows color (decimal): -16109170 or 9318666. OLE color: 9318666.

HSL color Cylindrical-coordinate representation of color #0A318E: hue angle of 222.27º 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 #0A318E is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 10 49 142 -
CMYK 0.93 0.65 0 0.44
HSL 222.27º 0.87% 0.3% -
HSV(B) 222.27º 0.93% 0.56% -
XYZ 6.11 4.21 26.08 -
YUV 47.94 181.08 100.94 -
System Red Green Blue C M Y K H S L
Decimal 10 49 142 0.93 0.65 0 0.44 222.27 0.87 0.3
Hex A 31 8E 5D 41 0 2C DE 57 1E
Octal 12 61 216 135 101 0 54 336 127 36
Binary 1010 110001 10001110 1011101 1000001 0 101100 11011110 1010111 11110

Color Harmonies of #0A318E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A318E

Black with #0A318E

Text Example


Text Example

White with #0A318E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,49,142); }

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

background-color css

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

 a { background-color: rgb(10,49,142); }

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

border-color css

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

 span { border-color: rgb(10,49,142); }

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