Html Css Color HEX #0B366B Prussian Blue

📋 copy color: '#0B366B'

red 11 ◦ green 54 ◦ blue 107

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

Shades of Prussian Blue #0B366B

Tints of Prussian Blue #0B366B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.4%

 BLUE value IS 107 (42.19% from 255) = 62.21%

R = 6.4%
G = 31.4%
B = 62.21%

CMYK

 C value IS 0.90

 M value IS 0.50

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0B366B (or 0x0B366B) is known color: Prussian Blue. HEX triplet: 0B, 36 and 6B. RGB value is (11,54,107). Sum of RGB (Red+Green+Blue) = 11+54+107=172 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.40% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 107 (42.19% from 255 or 62.21% from 172); Max value from RGB is 107 - color contains mainly: blue. Hex color #0B366B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B366B is #F4C994. Grayscale: #2E2E2E. Windows color (decimal): -16042389 or 7026187. OLE color: 7026187.

HSL color Cylindrical-coordinate representation of color #0B366B: hue angle of 213.12º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B366B is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 11 54 107 -
CMYK 0.90 0.50 0 0.58
HSL 213.13º 0.81% 0.23% -
HSV(B) 213.13º 0.9% 0.42% -
XYZ 4.11 3.77 14.42 -
YUV 47.19 161.75 102.19 -
System Red Green Blue C M Y K H S L
Decimal 11 54 107 0.90 0.50 0 0.58 213.13 0.81 0.23
Hex B 36 6B 5A 32 0 3A D5 51 17
Octal 13 66 153 132 62 0 72 325 121 27
Binary 1011 110110 1101011 1011010 110010 0 111010 11010101 1010001 10111

Color Harmonies of #0B366B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B366B

Black with #0B366B

Text Example


Text Example

White with #0B366B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,54,107); }

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

background-color css

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

 a { background-color: rgb(11,54,107); }

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

border-color css

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

 span { border-color: rgb(11,54,107); }

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