#013147

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

Shades of Blue Whale #013147

Tints of Blue Whale #013147

Color information

#013147 (or 0x013147) is unknown color: approx Blue Whale. HEX triplet: 01, 31 and 47. RGB value is (1,49,71). Sum of RGB (Red+Green+Blue) = 1+49+71=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 71 (28.12% from 255 or 58.68% from 121); Max value from RGB is 71 - color contains mainly: blue. Hex color #013147 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013147 is #FECEB8. Grayscale: #252525. Windows color (decimal): -16699065 or 4665601. OLE color: 4665601.

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

Color convert

RGB14971-
CMYK0.990.3100.72
HSL198.86º97.22%14.12%-
HSV(B)198.86º98.59%27.84%-
XYZ2.252.666.36-
YUV37.16147.1102.21-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 49 (19.53% from 255) = 40.50%
BLUE value IS 71 (28.12% from 255) = 58.68%
R=0.83%
G=40.50%
B=58.68%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal149710.990.3100.72198.8697.2214.12
Hex13147631F048c761e
Octal16110714337011030714116
Binary11100011000111110001111111010010001100011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013147; }

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

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

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

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

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

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

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

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