Html Css Color HEX #0B3371 Prussian Blue

📋 copy color: '#0B3371'

red 11 ◦ green 51 ◦ blue 113

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

Shades of Prussian Blue #0B3371

Tints of Prussian Blue #0B3371

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.14%

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

R = 6.29%
G = 29.14%
B = 64.57%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0B3371 (or 0x0B3371) is known color: Prussian Blue. HEX triplet: 0B, 33 and 71. RGB value is (11,51,113). Sum of RGB (Red+Green+Blue) = 11+51+113=175 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.29% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 113 (44.53% from 255 or 64.57% from 175); Max value from RGB is 113 - color contains mainly: blue. Hex color #0B3371 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3371 is #F4CC8E. Grayscale: #2D2D2D. Windows color (decimal): -16043151 or 7418635. OLE color: 7418635.

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

Color convert

RGB 11 51 113 -
CMYK 0.90 0.55 0 0.56
HSL 216.47º 0.82% 0.24% -
HSV(B) 216.47º 0.9% 0.44% -
XYZ 4.3 3.63 16.1 -
YUV 46.11 165.75 102.96 -
System Red Green Blue C M Y K H S L
Decimal 11 51 113 0.90 0.55 0 0.56 216.47 0.82 0.24
Hex B 33 71 5A 37 0 38 D8 52 18
Octal 13 63 161 132 67 0 70 330 122 30
Binary 1011 110011 1110001 1011010 110111 0 111000 11011000 1010010 11000

Color Harmonies of #0B3371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3371

Black with #0B3371

Text Example


Text Example

White with #0B3371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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