Html Css Color HEX #0A3771 Prussian Blue

📋 copy color: '#0A3771'

red 10 ◦ green 55 ◦ blue 113

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

Shades of Prussian Blue #0A3771

Tints of Prussian Blue #0A3771

RGB

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

 GREEN value IS 55 (21.88% from 255) = 30.9%

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

R = 5.62%
G = 30.9%
B = 63.48%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0A3771 (or 0x0A3771) is known color: Prussian Blue. HEX triplet: 0A, 37 and 71. RGB value is (10,55,113). Sum of RGB (Red+Green+Blue) = 10+55+113=178 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.62% from 178); Green value is 55 (21.88% from 255 or 30.90% from 178); Blue value is 113 (44.53% from 255 or 63.48% from 178); Max value from RGB is 113 - color contains mainly: blue. Hex color #0A3771 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3771 is #F5C88E. Grayscale: #2F2F2F. Windows color (decimal): -16107663 or 7419658. OLE color: 7419658.

HSL color Cylindrical-coordinate representation of color #0A3771: hue angle of 213.79º 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 #0A3771 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 10 55 113 -
CMYK 0.91 0.51 0 0.56
HSL 213.79º 0.84% 0.24% -
HSV(B) 213.79º 0.91% 0.44% -
XYZ 4.47 3.99 16.16 -
YUV 48.16 164.59 100.78 -
System Red Green Blue C M Y K H S L
Decimal 10 55 113 0.91 0.51 0 0.56 213.79 0.84 0.24
Hex A 37 71 5B 33 0 38 D6 54 18
Octal 12 67 161 133 63 0 70 326 124 30
Binary 1010 110111 1110001 1011011 110011 0 111000 11010110 1010100 11000

Color Harmonies of #0A3771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3771

Black with #0A3771

Text Example


Text Example

White with #0A3771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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