Html Css Color HEX #0A3161 Prussian Blue

📋 copy color: '#0A3161'

red 10 ◦ green 49 ◦ blue 97

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

Shades of Prussian Blue #0A3161

Tints of Prussian Blue #0A3161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 62.18%

R = 6.41%
G = 31.41%
B = 62.18%

CMYK

 C value IS 0.90

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0A3161 (or 0x0A3161) is known color: Prussian Blue. HEX triplet: 0A, 31 and 61. RGB value is (10,49,97). Sum of RGB (Red+Green+Blue) = 10+49+97=156 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.41% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 97 (38.28% from 255 or 62.18% from 156); Max value from RGB is 97 - color contains mainly: blue. Hex color #0A3161 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3161 is #F5CE9E. Grayscale: #2A2A2A. Windows color (decimal): -16109215 or 6369546. OLE color: 6369546.

HSL color Cylindrical-coordinate representation of color #0A3161: hue angle of 213.1º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A3161 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 10 49 97 -
CMYK 0.90 0.49 0 0.62
HSL 213.1º 0.81% 0.21% -
HSV(B) 213.1º 0.9% 0.38% -
XYZ 3.38 3.12 11.73 -
YUV 42.81 158.58 104.6 -
System Red Green Blue C M Y K H S L
Decimal 10 49 97 0.90 0.49 0 0.62 213.1 0.81 0.21
Hex A 31 61 5A 31 0 3E D5 51 15
Octal 12 61 141 132 61 0 76 325 121 25
Binary 1010 110001 1100001 1011010 110001 0 111110 11010101 1010001 10101

Color Harmonies of #0A3161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3161

Black with #0A3161

Text Example


Text Example

White with #0A3161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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