#013046

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

Shades of Blue Whale #013046

Tints of Blue Whale #013046

Color information

#013046 (or 0x013046) is unknown color: approx Blue Whale. HEX triplet: 01, 30 and 46. RGB value is (1,48,70). Sum of RGB (Red+Green+Blue) = 1+48+70=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 70 (27.73% from 255 or 58.82% from 119); Max value from RGB is 70 - color contains mainly: blue. Hex color #013046 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013046 is #FECFB9. Grayscale: #242424. Windows color (decimal): -16699322 or 4599809. OLE color: 4599809.

HSL color Cylindrical-coordinate representation of color #013046: hue angle of 199.13º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013046 is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB14870-
CMYK0.990.3100.73
HSL199.13º97.18%13.92%-
HSV(B)199.13º98.57%27.45%-
XYZ2.172.566.17-
YUV36.46146.93102.71-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.84%
GREEN value IS 48 (19.14% from 255) = 40.34%
BLUE value IS 70 (27.73% from 255) = 58.82%
R=0.84%
G=40.34%
B=58.82%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal148700.990.3100.73199.1397.1813.92
Hex13046631F049c761e
Octal16010614337011130714116
Binary11100001000110110001111111010010011100011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013046; }

 p { color: rgb(1,48,70); }

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

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

 a { background-color: rgb(1,48,70); }

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

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

 span { border-color: rgb(1,48,70); }

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