Html Css Color HEX #0B3471 Prussian Blue

📋 copy color: '#0B3471'

red 11 ◦ green 52 ◦ blue 113

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

Shades of Prussian Blue #0B3471

Tints of Prussian Blue #0B3471

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.55%

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

R = 6.25%
G = 29.55%
B = 64.2%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0B3471 (or 0x0B3471) is known color: Prussian Blue. HEX triplet: 0B, 34 and 71. RGB value is (11,52,113). Sum of RGB (Red+Green+Blue) = 11+52+113=176 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.25% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 113 (44.53% from 255 or 64.20% from 176); Max value from RGB is 113 - color contains mainly: blue. Hex color #0B3471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3471 is #F4CB8E. Grayscale: #2E2E2E. Windows color (decimal): -16042895 or 7418891. OLE color: 7418891.

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

Color convert

RGB 11 52 113 -
CMYK 0.90 0.54 0 0.56
HSL 215.88º 0.82% 0.24% -
HSV(B) 215.88º 0.9% 0.44% -
XYZ 4.35 3.72 16.11 -
YUV 46.7 165.42 102.54 -
System Red Green Blue C M Y K H S L
Decimal 11 52 113 0.90 0.54 0 0.56 215.88 0.82 0.24
Hex B 34 71 5A 36 0 38 D8 52 18
Octal 13 64 161 132 66 0 70 330 122 30
Binary 1011 110100 1110001 1011010 110110 0 111000 11011000 1010010 11000

Color Harmonies of #0B3471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3471

Black with #0B3471

Text Example


Text Example

White with #0B3471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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