#0B4161

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

Shades of Prussian Blue #0B4161

Tints of Prussian Blue #0B4161

Color information

#0B4161 (or 0x0B4161) is unknown color: approx Prussian Blue. HEX triplet: 0B, 41 and 61. RGB value is (11,65,97). Sum of RGB (Red+Green+Blue) = 11+65+97=173 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.36% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 97 (38.28% from 255 or 56.07% from 173); Max value from RGB is 97 - color contains mainly: blue. Hex color #0B4161 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4161 is #F4BE9E. Grayscale: #343434. Windows color (decimal): -16039583 or 6373643. OLE color: 6373643.

HSL color Cylindrical-coordinate representation of color #0B4161: hue angle of 202.33º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B4161 is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB116597-
CMYK0.890.3300.62
HSL202.33º79.63%21.18%-
HSV(B)202.33º88.66%38.04%-
XYZ4.194.7112-
YUV52.5153.1198.4-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.36%
GREEN value IS 65 (25.78% from 255) = 37.57%
BLUE value IS 97 (38.28% from 255) = 56.07%
R=6.36%
G=37.57%
B=56.07%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1165970.890.3300.62202.3379.6321.18
HexB4161592103Eca5015
Octal131011411314107631212025
Binary1011100000111000011011001100001011111011001010101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,65,97); }

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

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

 a { background-color: rgb(11,65,97); }

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

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

 span { border-color: rgb(11,65,97); }

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