Html Css Color HEX #0A3D95 Smalt

📋 copy color: '#0A3D95'

red 10 ◦ green 61 ◦ blue 149

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

Shades of Smalt #0A3D95

Tints of Smalt #0A3D95

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.73%

 BLUE value IS 149 (58.59% from 255) = 67.73%

R = 4.55%
G = 27.73%
B = 67.73%

CMYK

 C value IS 0.93

 M value IS 0.59

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0A3D95 (or 0x0A3D95) is known color: Smalt. HEX triplet: 0A, 3D and 95. RGB value is (10,61,149). Sum of RGB (Red+Green+Blue) = 10+61+149=220 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.55% from 220); Green value is 61 (24.22% from 255 or 27.73% from 220); Blue value is 149 (58.59% from 255 or 67.73% from 220); Max value from RGB is 149 - color contains mainly: blue. Hex color #0A3D95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3D95 is #F5C26A. Grayscale: #373737. Windows color (decimal): -16106091 or 9780490. OLE color: 9780490.

HSL color Cylindrical-coordinate representation of color #0A3D95: hue angle of 217.99º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A3D95 is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 10 61 149 -
CMYK 0.93 0.59 0 0.42
HSL 217.99º 0.87% 0.31% -
HSV(B) 217.99º 0.93% 0.58% -
XYZ 7.22 5.57 29.13 -
YUV 55.78 180.6 95.34 -
System Red Green Blue C M Y K H S L
Decimal 10 61 149 0.93 0.59 0 0.42 217.99 0.87 0.31
Hex A 3D 95 5D 3B 0 2A DA 57 1F
Octal 12 75 225 135 73 0 52 332 127 37
Binary 1010 111101 10010101 1011101 111011 0 101010 11011010 1010111 11111

Color Harmonies of #0A3D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3D95

Black with #0A3D95

Text Example


Text Example

White with #0A3D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,61,149); }

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

background-color css

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

 a { background-color: rgb(10,61,149); }

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

border-color css

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

 span { border-color: rgb(10,61,149); }

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