#012E47

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

Shades of Blue Whale #012E47

Tints of Blue Whale #012E47

Color information

#012E47 (or 0x012E47) is unknown color: approx Blue Whale. HEX triplet: 01, 2E and 47. RGB value is (1,46,71). Sum of RGB (Red+Green+Blue) = 1+46+71=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 46 (18.36% from 255 or 38.98% from 118); Blue value is 71 (28.12% from 255 or 60.17% from 118); Max value from RGB is 71 - color contains mainly: blue. Hex color #012E47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012E47 is #FED1B8. Grayscale: #232323. Windows color (decimal): -16699833 or 4664833. OLE color: 4664833.

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

Color convert

RGB14671-
CMYK0.990.3500.72
HSL201.43º97.22%14.12%-
HSV(B)201.43º98.59%27.84%-
XYZ2.132.426.32-
YUV35.39148.09103.47-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.85%
GREEN value IS 46 (18.36% from 255) = 38.98%
BLUE value IS 71 (28.12% from 255) = 60.17%
R=0.85%
G=38.98%
B=60.17%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal146710.990.3500.72201.4397.2214.12
Hex12E476323048c961e
Octal15610714343011031114116
Binary110111010001111100011100011010010001100100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012E47; }

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

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

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

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

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

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

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

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