#0B356C

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

Shades of Prussian Blue #0B356C

Tints of Prussian Blue #0B356C

Color information

#0B356C (or 0x0B356C) is unknown color: approx Prussian Blue. HEX triplet: 0B, 35 and 6C. RGB value is (11,53,108). Sum of RGB (Red+Green+Blue) = 11+53+108=172 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.40% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 108 (42.58% from 255 or 62.79% from 172); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B356C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B356C is #F4CA93. Grayscale: #2E2E2E. Windows color (decimal): -16042644 or 7091467. OLE color: 7091467.

HSL color Cylindrical-coordinate representation of color #0B356C: hue angle of 214.02º degrees, saturation: 0.82, 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 #0B356C is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1153108-
CMYK0.900.5100.58
HSL214.02º81.51%23.33%-
HSV(B)214.02º89.81%42.35%-
XYZ4.123.714.68-
YUV46.71162.59102.53-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.40%
GREEN value IS 53 (21.09% from 255) = 30.81%
BLUE value IS 108 (42.58% from 255) = 62.79%
R=6.40%
G=30.81%
B=62.79%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal11531080.900.5100.58214.0281.5123.33
HexB356C5A3303Ad65217
Octal13651541326307232612227
Binary101111010111011001011010110011011101011010110101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B356C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,53,108); }

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

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

 a { background-color: rgb(11,53,108); }

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

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

 span { border-color: rgb(11,53,108); }

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