#0B3351

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

Shades of Blue Whale #0B3351

Tints of Blue Whale #0B3351

Color information

#0B3351 (or 0x0B3351) is unknown color: approx Blue Whale. HEX triplet: 0B, 33 and 51. RGB value is (11,51,81). Sum of RGB (Red+Green+Blue) = 11+51+81=143 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.69% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 81 (32.03% from 255 or 56.64% from 143); Max value from RGB is 81 - color contains mainly: blue. Hex color #0B3351 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3351 is #F4CCAE. Grayscale: #2A2A2A. Windows color (decimal): -16043183 or 5321483. OLE color: 5321483.

HSL color Cylindrical-coordinate representation of color #0B3351: hue angle of 205.71º 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 #0B3351 is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB115181-
CMYK0.860.3700.68
HSL205.71º76.09%18.04%-
HSV(B)205.71º86.42%31.76%-
XYZ2.813.038.22-
YUV42.46149.75105.56-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.69%
GREEN value IS 51 (20.31% from 255) = 35.66%
BLUE value IS 81 (32.03% from 255) = 56.64%
R=7.69%
G=35.66%
B=56.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1151810.860.3700.68205.7176.0918.04
HexB33515625044ce4c12
Octal136312112645010431611422
Binary1011110011101000110101101001010100010011001110100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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