#013246

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

Shades of Blue Whale #013246

Tints of Blue Whale #013246

Color information

#013246 (or 0x013246) is unknown color: approx Blue Whale. HEX triplet: 01, 32 and 46. RGB value is (1,50,70). Sum of RGB (Red+Green+Blue) = 1+50+70=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 70 (27.73% from 255 or 57.85% from 121); Max value from RGB is 70 - color contains mainly: blue. Hex color #013246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013246 is #FECDB9. Grayscale: #252525. Windows color (decimal): -16698810 or 4600321. OLE color: 4600321.

HSL color Cylindrical-coordinate representation of color #013246: hue angle of 197.39º 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 #013246 is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB15070-
CMYK0.990.2900.73
HSL197.39º97.18%13.92%-
HSV(B)197.39º98.57%27.45%-
XYZ2.262.736.2-
YUV37.63146.27101.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 50 (19.92% from 255) = 41.32%
BLUE value IS 70 (27.73% from 255) = 57.85%
R=0.83%
G=41.32%
B=57.85%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal150700.990.2900.73197.3997.1813.92
Hex13246631D049c561e
Octal16210614335011130514116
Binary11100101000110110001111101010010011100010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013246; }

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

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

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

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

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

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

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

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