Html Css Color HEX #0B3461 Prussian Blue

📋 copy color: '#0B3461'

red 11 ◦ green 52 ◦ blue 97

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

Shades of Prussian Blue #0B3461

Tints of Prussian Blue #0B3461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 60.63%

R = 6.88%
G = 32.5%
B = 60.63%

CMYK

 C value IS 0.89

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0B3461 (or 0x0B3461) is known color: Prussian Blue. HEX triplet: 0B, 34 and 61. RGB value is (11,52,97). Sum of RGB (Red+Green+Blue) = 11+52+97=160 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.88% from 160); Green value is 52 (20.70% from 255 or 32.5% from 160); Blue value is 97 (38.28% from 255 or 60.62% from 160); Max value from RGB is 97 - color contains mainly: blue. Hex color #0B3461 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3461 is #F4CB9E. Grayscale: #2C2C2C. Windows color (decimal): -16042911 or 6370315. OLE color: 6370315.

HSL color Cylindrical-coordinate representation of color #0B3461: hue angle of 211.4º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B3461 is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 11 52 97 -
CMYK 0.89 0.46 0 0.62
HSL 211.4º 0.8% 0.21% -
HSV(B) 211.4º 0.89% 0.38% -
XYZ 3.52 3.39 11.78 -
YUV 44.87 157.42 103.84 -
System Red Green Blue C M Y K H S L
Decimal 11 52 97 0.89 0.46 0 0.62 211.4 0.8 0.21
Hex B 34 61 59 2E 0 3E D3 50 15
Octal 13 64 141 131 56 0 76 323 120 25
Binary 1011 110100 1100001 1011001 101110 0 111110 11010011 1010000 10101

Color Harmonies of #0B3461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3461

Black with #0B3461

Text Example


Text Example

White with #0B3461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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