#0B356E

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

Shades of Prussian Blue #0B356E

Tints of Prussian Blue #0B356E

Color information

#0B356E (or 0x0B356E) is unknown color: approx Prussian Blue. HEX triplet: 0B, 35 and 6E. RGB value is (11,53,110). Sum of RGB (Red+Green+Blue) = 11+53+110=174 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.32% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 110 (43.36% from 255 or 63.22% from 174); Max value from RGB is 110 - color contains mainly: blue. Hex color #0B356E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B356E is #F4CA91. Grayscale: #2E2E2E. Windows color (decimal): -16042642 or 7222539. OLE color: 7222539.

HSL color Cylindrical-coordinate representation of color #0B356E: hue angle of 214.55º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B356E is Cyan = 0.9, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1153110-
CMYK0.90.5200.57
HSL214.55º81.82%23.73%-
HSV(B)214.55º90%43.14%-
XYZ4.233.7415.25-
YUV46.94163.59102.37-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.32%
GREEN value IS 53 (21.09% from 255) = 30.46%
BLUE value IS 110 (43.36% from 255) = 63.22%
R=6.32%
G=30.46%
B=63.22%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11531100.90.5200.57214.5581.8223.73
HexB356E5A34039d75218
Octal13651561326407132712230
Binary101111010111011101011010110100011100111010111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B356E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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