#0B305D

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

Shades of Prussian Blue #0B305D

Tints of Prussian Blue #0B305D

Color information

#0B305D (or 0x0B305D) is unknown color: approx Prussian Blue. HEX triplet: 0B, 30 and 5D. RGB value is (11,48,93). Sum of RGB (Red+Green+Blue) = 11+48+93=152 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.24% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 93 (36.72% from 255 or 61.18% from 152); Max value from RGB is 93 - color contains mainly: blue. Hex color #0B305D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B305D is #F4CFA2. Grayscale: #292929. Windows color (decimal): -16043939 or 6107147. OLE color: 6107147.

HSL color Cylindrical-coordinate representation of color #0B305D: hue angle of 212.93º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B305D is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB114893-
CMYK0.880.4800.64
HSL212.93º78.85%20.39%-
HSV(B)212.93º88.17%36.47%-
XYZ3.172.9810.76-
YUV42.07156.74105.84-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.24%
GREEN value IS 48 (19.14% from 255) = 31.58%
BLUE value IS 93 (36.72% from 255) = 61.18%
R=7.24%
G=31.58%
B=61.18%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1148930.880.4800.64212.9378.8520.39
HexB305D5830040d54f14
Octal136013513060010032511724
Binary1011110000101110110110001100000100000011010101100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,48,93); }

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

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

 a { background-color: rgb(11,48,93); }

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

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

 span { border-color: rgb(11,48,93); }

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