#0B3551

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

Shades of Blue Whale #0B3551

Tints of Blue Whale #0B3551

Color information

#0B3551 (or 0x0B3551) is unknown color: approx Blue Whale. HEX triplet: 0B, 35 and 51. RGB value is (11,53,81). Sum of RGB (Red+Green+Blue) = 11+53+81=145 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.59% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 81 (32.03% from 255 or 55.86% from 145); Max value from RGB is 81 - color contains mainly: blue. Hex color #0B3551 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3551 is #F4CAAE. Grayscale: #2B2B2B. Windows color (decimal): -16042671 or 5321995. OLE color: 5321995.

HSL color Cylindrical-coordinate representation of color #0B3551: hue angle of 204º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B3551 is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB115381-
CMYK0.860.3500.68
HSL204º76.09%18.04%-
HSV(B)204º86.42%31.76%-
XYZ2.93.218.25-
YUV43.63149.09104.72-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.59%
GREEN value IS 53 (21.09% from 255) = 36.55%
BLUE value IS 81 (32.03% from 255) = 55.86%
R=7.59%
G=36.55%
B=55.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1153810.860.3500.6820476.0918.04
HexB35515623044cc4c12
Octal136512112643010431411422
Binary1011110101101000110101101000110100010011001100100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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