#0B365C

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

Shades of Prussian Blue #0B365C

Tints of Prussian Blue #0B365C

Color information

#0B365C (or 0x0B365C) is unknown color: approx Prussian Blue. HEX triplet: 0B, 36 and 5C. RGB value is (11,54,92). Sum of RGB (Red+Green+Blue) = 11+54+92=157 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.01% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 92 (36.33% from 255 or 58.60% from 157); Max value from RGB is 92 - color contains mainly: blue. Hex color #0B365C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B365C is #F4C9A3. Grayscale: #2D2D2D. Windows color (decimal): -16042404 or 6043147. OLE color: 6043147.

HSL color Cylindrical-coordinate representation of color #0B365C: hue angle of 208.15º 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 #0B365C is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB115492-
CMYK0.880.4100.64
HSL208.15º78.64%20.2%-
HSV(B)208.15º88.04%36.08%-
XYZ3.393.4810.62-
YUV45.47154.25103.41-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.01%
GREEN value IS 54 (21.48% from 255) = 34.39%
BLUE value IS 92 (36.33% from 255) = 58.60%
R=7.01%
G=34.39%
B=58.60%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1154920.880.4100.64208.1578.6420.2
HexB365C5829040d04f14
Octal136613413051010032011724
Binary1011110110101110010110001010010100000011010000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B365C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,54,92); }

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

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

 a { background-color: rgb(11,54,92); }

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

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

 span { border-color: rgb(11,54,92); }

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