#0B366F

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

Shades of Prussian Blue #0B366F

Tints of Prussian Blue #0B366F

Color information

#0B366F (or 0x0B366F) is unknown color: approx Prussian Blue. HEX triplet: 0B, 36 and 6F. RGB value is (11,54,111). Sum of RGB (Red+Green+Blue) = 11+54+111=176 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.25% from 176); Green value is 54 (21.48% from 255 or 30.68% from 176); Blue value is 111 (43.75% from 255 or 63.07% from 176); Max value from RGB is 111 - color contains mainly: blue. Hex color #0B366F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B366F is #F4C990. Grayscale: #2F2F2F. Windows color (decimal): -16042385 or 7288331. OLE color: 7288331.

HSL color Cylindrical-coordinate representation of color #0B366F: hue angle of 214.2º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B366F is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1154111-
CMYK0.900.5100.56
HSL214.2º81.97%23.92%-
HSV(B)214.2º90.09%43.53%-
XYZ4.333.8615.56-
YUV47.64163.75101.87-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.25%
GREEN value IS 54 (21.48% from 255) = 30.68%
BLUE value IS 111 (43.75% from 255) = 63.07%
R=6.25%
G=30.68%
B=63.07%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11541110.900.5100.56214.281.9723.92
HexB366F5A33038d65218
Octal13661571326307032612230
Binary101111011011011111011010110011011100011010110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B366F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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