Html Css Color HEX #0A3971 Prussian Blue

📋 copy color: '#0A3971'

red 10 ◦ green 57 ◦ blue 113

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

Shades of Prussian Blue #0A3971

Tints of Prussian Blue #0A3971

RGB

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

 GREEN value IS 57 (22.66% from 255) = 31.67%

 BLUE value IS 113 (44.53% from 255) = 62.78%

R = 5.56%
G = 31.67%
B = 62.78%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0A3971 (or 0x0A3971) is known color: Prussian Blue. HEX triplet: 0A, 39 and 71. RGB value is (10,57,113). Sum of RGB (Red+Green+Blue) = 10+57+113=180 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.56% from 180); Green value is 57 (22.66% from 255 or 31.67% from 180); Blue value is 113 (44.53% from 255 or 62.78% from 180); Max value from RGB is 113 - color contains mainly: blue. Hex color #0A3971 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3971 is #F5C68E. Grayscale: #313131. Windows color (decimal): -16107151 or 7420170. OLE color: 7420170.

HSL color Cylindrical-coordinate representation of color #0A3971: hue angle of 212.62º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A3971 is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 10 57 113 -
CMYK 0.91 0.50 0 0.56
HSL 212.62º 0.84% 0.24% -
HSV(B) 212.62º 0.91% 0.44% -
XYZ 4.57 4.18 16.19 -
YUV 49.33 163.93 99.95 -
System Red Green Blue C M Y K H S L
Decimal 10 57 113 0.91 0.50 0 0.56 212.62 0.84 0.24
Hex A 39 71 5B 32 0 38 D5 54 18
Octal 12 71 161 133 62 0 70 325 124 30
Binary 1010 111001 1110001 1011011 110010 0 111000 11010101 1010100 11000

Color Harmonies of #0A3971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3971

Black with #0A3971

Text Example


Text Example

White with #0A3971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,57,113); }

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

background-color css

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

 a { background-color: rgb(10,57,113); }

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

border-color css

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

 span { border-color: rgb(10,57,113); }

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