#0B3476

Color #0B3476 Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #0B3476

Tints of Prussian Blue #0B3476

Color information

#0B3476 (or 0x0B3476) is unknown color: approx Prussian Blue. HEX triplet: 0B, 34 and 76. RGB value is (11,52,118). Sum of RGB (Red+Green+Blue) = 11+52+118=181 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.08% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 118 (46.48% from 255 or 65.19% from 181); Max value from RGB is 118 - color contains mainly: blue. Hex color #0B3476 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3476 is #F4CB89. Grayscale: #2E2E2E. Windows color (decimal): -16042890 or 7746571. OLE color: 7746571.

HSL color Cylindrical-coordinate representation of color #0B3476: hue angle of 217.01º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B3476 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1152118-
CMYK0.910.5600.54
HSL217.01º82.95%25.29%-
HSV(B)217.01º90.68%46.27%-
XYZ4.643.8417.64-
YUV47.26167.92102.13-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.08%
GREEN value IS 52 (20.70% from 255) = 28.73%
BLUE value IS 118 (46.48% from 255) = 65.19%
R=6.08%
G=28.73%
B=65.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11521180.910.5600.54217.0182.9525.29
HexB34765B38036d95319
Octal13641661337006633112331
Binary101111010011101101011011111000011011011011001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B3476;
 }
 .AnyTagClassName
 {
   color: #0B3476;
 }
</style>
background-color css

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

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

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

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

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

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