#0B3353

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

Shades of Prussian Blue #0B3353

Tints of Prussian Blue #0B3353

Color information

#0B3353 (or 0x0B3353) is unknown color: approx Prussian Blue. HEX triplet: 0B, 33 and 53. RGB value is (11,51,83). Sum of RGB (Red+Green+Blue) = 11+51+83=145 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.59% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 83 (32.81% from 255 or 57.24% from 145); Max value from RGB is 83 - color contains mainly: blue. Hex color #0B3353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3353 is #F4CCAC. Grayscale: #2A2A2A. Windows color (decimal): -16043181 or 5452555. OLE color: 5452555.

HSL color Cylindrical-coordinate representation of color #0B3353: hue angle of 206.67º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B3353 is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB115183-
CMYK0.870.3900.67
HSL206.67º76.6%18.43%-
HSV(B)206.67º86.75%32.55%-
XYZ2.883.068.62-
YUV42.69150.75105.4-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.59%
GREEN value IS 51 (20.31% from 255) = 35.17%
BLUE value IS 83 (32.81% from 255) = 57.24%
R=7.59%
G=35.17%
B=57.24%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1151830.870.3900.67206.6776.618.43
HexB33535727043cf4d12
Octal136312312747010331711522
Binary1011110011101001110101111001110100001111001111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,51,83); }

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

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

 a { background-color: rgb(11,51,83); }

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

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

 span { border-color: rgb(11,51,83); }

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