#013247

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

Shades of Blue Whale #013247

Tints of Blue Whale #013247

Color information

#013247 (or 0x013247) is unknown color: approx Blue Whale. HEX triplet: 01, 32 and 47. RGB value is (1,50,71). Sum of RGB (Red+Green+Blue) = 1+50+71=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 71 (28.12% from 255 or 58.20% from 122); Max value from RGB is 71 - color contains mainly: blue. Hex color #013247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013247 is #FECDB8. Grayscale: #252525. Windows color (decimal): -16698809 or 4665857. OLE color: 4665857.

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

Color convert

RGB15071-
CMYK0.990.3000.72
HSL198º97.22%14.12%-
HSV(B)198º98.59%27.84%-
XYZ2.292.746.37-
YUV37.74146.77101.79-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.82%
GREEN value IS 50 (19.92% from 255) = 40.98%
BLUE value IS 71 (28.12% from 255) = 58.20%
R=0.82%
G=40.98%
B=58.20%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal150710.990.3000.7219897.2214.12
Hex13247631E048c661e
Octal16210714336011030614116
Binary11100101000111110001111110010010001100011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013247; }

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

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

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

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

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

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

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

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