#0B3C6B

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

Shades of Prussian Blue #0B3C6B

Tints of Prussian Blue #0B3C6B

Color information

#0B3C6B (or 0x0B3C6B) is unknown color: approx Prussian Blue. HEX triplet: 0B, 3C and 6B. RGB value is (11,60,107). Sum of RGB (Red+Green+Blue) = 11+60+107=178 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.18% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 107 (42.19% from 255 or 60.11% from 178); Max value from RGB is 107 - color contains mainly: blue. Hex color #0B3C6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3C6B is #F4C394. Grayscale: #323232. Windows color (decimal): -16040853 or 7027723. OLE color: 7027723.

HSL color Cylindrical-coordinate representation of color #0B3C6B: hue angle of 209.38º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B3C6B is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1160107-
CMYK0.900.4400.58
HSL209.38º81.36%23.14%-
HSV(B)209.38º89.72%41.96%-
XYZ4.414.3614.52-
YUV50.71159.7799.68-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.18%
GREEN value IS 60 (23.83% from 255) = 33.71%
BLUE value IS 107 (42.19% from 255) = 60.11%
R=6.18%
G=33.71%
B=60.11%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal11601070.900.4400.58209.3881.3623.14
HexB3C6B5A2C03Ad15117
Octal13741531325407232112127
Binary101111110011010111011010101100011101011010001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,60,107); }

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

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

 a { background-color: rgb(11,60,107); }

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

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

 span { border-color: rgb(11,60,107); }

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