#0B3260

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

Shades of Prussian Blue #0B3260

Tints of Prussian Blue #0B3260

Color information

#0B3260 (or 0x0B3260) is unknown color: approx Prussian Blue. HEX triplet: 0B, 32 and 60. RGB value is (11,50,96). Sum of RGB (Red+Green+Blue) = 11+50+96=157 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.01% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 96 (37.89% from 255 or 61.15% from 157); Max value from RGB is 96 - color contains mainly: blue. Hex color #0B3260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3260 is #F4CD9F. Grayscale: #2B2B2B. Windows color (decimal): -16043424 or 6304267. OLE color: 6304267.

HSL color Cylindrical-coordinate representation of color #0B3260: hue angle of 212.47º degrees, saturation: 0.79, 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 #0B3260 is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB115096-
CMYK0.890.4800.62
HSL212.47º79.44%20.98%-
HSV(B)212.47º88.54%37.65%-
XYZ3.393.211.5-
YUV43.58157.58104.76-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.01%
GREEN value IS 50 (19.92% from 255) = 31.85%
BLUE value IS 96 (37.89% from 255) = 61.15%
R=7.01%
G=31.85%
B=61.15%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1150960.890.4800.62212.4779.4420.98
HexB3260593003Ed44f15
Octal13621401316007632411725
Binary101111001011000001011001110000011111011010100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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