Html Css Color HEX #0B326A Prussian Blue

📋 copy color: '#0B326A'

red 11 ◦ green 50 ◦ blue 106

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

Shades of Prussian Blue #0B326A

Tints of Prussian Blue #0B326A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.94%

 BLUE value IS 106 (41.8% from 255) = 63.47%

R = 6.59%
G = 29.94%
B = 63.47%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0B326A (or 0x0B326A) is known color: Prussian Blue. HEX triplet: 0B, 32 and 6A. RGB value is (11,50,106). Sum of RGB (Red+Green+Blue) = 11+50+106=167 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.59% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 106 (41.80% from 255 or 63.47% from 167); Max value from RGB is 106 - color contains mainly: blue. Hex color #0B326A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B326A is #F4CD95. Grayscale: #2C2C2C. Windows color (decimal): -16043414 or 6959627. OLE color: 6959627.

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

Color convert

RGB 11 50 106 -
CMYK 0.90 0.53 0 0.58
HSL 215.37º 0.81% 0.23% -
HSV(B) 215.37º 0.9% 0.42% -
XYZ 3.88 3.39 14.09 -
YUV 44.72 162.58 103.95 -
System Red Green Blue C M Y K H S L
Decimal 11 50 106 0.90 0.53 0 0.58 215.37 0.81 0.23
Hex B 32 6A 5A 35 0 3A D7 51 17
Octal 13 62 152 132 65 0 72 327 121 27
Binary 1011 110010 1101010 1011010 110101 0 111010 11010111 1010001 10111

Color Harmonies of #0B326A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B326A

Black with #0B326A

Text Example


Text Example

White with #0B326A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,50,106); }

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

background-color css

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

 a { background-color: rgb(11,50,106); }

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

border-color css

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

 span { border-color: rgb(11,50,106); }

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