#0B3667

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

Shades of Prussian Blue #0B3667

Tints of Prussian Blue #0B3667

Color information

#0B3667 (or 0x0B3667) is unknown color: approx Prussian Blue. HEX triplet: 0B, 36 and 67. RGB value is (11,54,103). Sum of RGB (Red+Green+Blue) = 11+54+103=168 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.55% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 103 (40.62% from 255 or 61.31% from 168); Max value from RGB is 103 - color contains mainly: blue. Hex color #0B3667 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3667 is #F4C998. Grayscale: #2E2E2E. Windows color (decimal): -16042393 or 6764043. OLE color: 6764043.

HSL color Cylindrical-coordinate representation of color #0B3667: hue angle of 211.96º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B3667 is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1154103-
CMYK0.890.4800.60
HSL211.96º80.7%22.35%-
HSV(B)211.96º89.32%40.39%-
XYZ3.913.6913.34-
YUV46.73159.75102.52-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.55%
GREEN value IS 54 (21.48% from 255) = 32.14%
BLUE value IS 103 (40.62% from 255) = 61.31%
R=6.55%
G=32.14%
B=61.31%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal11541030.890.4800.60211.9680.722.35
HexB3667593003Cd45116
Octal13661471316007432412126
Binary101111011011001111011001110000011110011010100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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