Html Css Color HEX #0B346A Prussian Blue

📋 copy color: '#0B346A'

red 11 ◦ green 52 ◦ blue 106

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

Shades of Prussian Blue #0B346A

Tints of Prussian Blue #0B346A

RGB

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

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

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

R = 6.51%
G = 30.77%
B = 62.72%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0B346A (or 0x0B346A) is known color: Prussian Blue. HEX triplet: 0B, 34 and 6A. RGB value is (11,52,106). Sum of RGB (Red+Green+Blue) = 11+52+106=169 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.51% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 106 (41.80% from 255 or 62.72% from 169); Max value from RGB is 106 - color contains mainly: blue. Hex color #0B346A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B346A is #F4CB95. Grayscale: #2D2D2D. Windows color (decimal): -16042902 or 6960139. OLE color: 6960139.

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

Color convert

RGB 11 52 106 -
CMYK 0.90 0.51 0 0.58
HSL 214.11º 0.81% 0.23% -
HSV(B) 214.11º 0.9% 0.42% -
XYZ 3.97 3.57 14.12 -
YUV 45.9 161.92 103.11 -
System Red Green Blue C M Y K H S L
Decimal 11 52 106 0.90 0.51 0 0.58 214.11 0.81 0.23
Hex B 34 6A 5A 33 0 3A D6 51 17
Octal 13 64 152 132 63 0 72 326 121 27
Binary 1011 110100 1101010 1011010 110011 0 111010 11010110 1010001 10111

Color Harmonies of #0B346A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B346A

Black with #0B346A

Text Example


Text Example

White with #0B346A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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