Html Css Color HEX #0B3771 Prussian Blue

📋 copy color: '#0B3771'

red 11 ◦ green 55 ◦ blue 113

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

Shades of Prussian Blue #0B3771

Tints of Prussian Blue #0B3771

RGB

 RED value IS 11 (4.69% from 255) = 6.15%

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

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

R = 6.15%
G = 30.73%
B = 63.13%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0B3771 (or 0x0B3771) is known color: Prussian Blue. HEX triplet: 0B, 37 and 71. RGB value is (11,55,113). Sum of RGB (Red+Green+Blue) = 11+55+113=179 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.15% from 179); Green value is 55 (21.88% from 255 or 30.73% from 179); Blue value is 113 (44.53% from 255 or 63.13% from 179); Max value from RGB is 113 - color contains mainly: blue. Hex color #0B3771 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3771 is #F4C88E. Grayscale: #303030. Windows color (decimal): -16042127 or 7419659. OLE color: 7419659.

HSL color Cylindrical-coordinate representation of color #0B3771: hue angle of 214.12º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B3771 is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 11 55 113 -
CMYK 0.90 0.51 0 0.56
HSL 214.12º 0.82% 0.24% -
HSV(B) 214.12º 0.9% 0.44% -
XYZ 4.48 4 16.16 -
YUV 48.46 164.42 101.28 -
System Red Green Blue C M Y K H S L
Decimal 11 55 113 0.90 0.51 0 0.56 214.12 0.82 0.24
Hex B 37 71 5A 33 0 38 D6 52 18
Octal 13 67 161 132 63 0 70 326 122 30
Binary 1011 110111 1110001 1011010 110011 0 111000 11010110 1010010 11000

Color Harmonies of #0B3771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3771

Black with #0B3771

Text Example


Text Example

White with #0B3771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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