#0B3A50

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

Shades of Blue Whale #0B3A50

Tints of Blue Whale #0B3A50

Color information

#0B3A50 (or 0x0B3A50) is unknown color: approx Blue Whale. HEX triplet: 0B, 3A and 50. RGB value is (11,58,80). Sum of RGB (Red+Green+Blue) = 11+58+80=149 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.38% from 149); Green value is 58 (23.05% from 255 or 38.93% from 149); Blue value is 80 (31.64% from 255 or 53.69% from 149); Max value from RGB is 80 - color contains mainly: blue. Hex color #0B3A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3A50 is #F4C5AF. Grayscale: #2E2E2E. Windows color (decimal): -16041392 or 5257739. OLE color: 5257739.

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

Color convert

RGB115880-
CMYK0.860.2800.69
HSL199.13º75.82%17.84%-
HSV(B)199.13º86.25%31.37%-
XYZ3.13.688.14-
YUV46.46146.93102.71-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.38%
GREEN value IS 58 (23.05% from 255) = 38.93%
BLUE value IS 80 (31.64% from 255) = 53.69%
R=7.38%
G=38.93%
B=53.69%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1158800.860.2800.69199.1375.8217.84
HexB3A50561C045c74c12
Octal137212012634010530711422
Binary101111101010100001010110111000100010111000111100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,58,80); }

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

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

 a { background-color: rgb(11,58,80); }

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

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

 span { border-color: rgb(11,58,80); }

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