#012E40

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

Shades of Blue Whale #012E40

Tints of Blue Whale #012E40

Color information

#012E40 (or 0x012E40) is unknown color: approx Blue Whale. HEX triplet: 01, 2E and 40. RGB value is (1,46,64). Sum of RGB (Red+Green+Blue) = 1+46+64=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 46 (18.36% from 255 or 41.44% from 111); Blue value is 64 (25.39% from 255 or 57.66% from 111); Max value from RGB is 64 - color contains mainly: blue. Hex color #012E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012E40 is #FED1BF. Grayscale: #222222. Windows color (decimal): -16699840 or 4206081. OLE color: 4206081.

HSL color Cylindrical-coordinate representation of color #012E40: hue angle of 197.14º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012E40 is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB14664-
CMYK0.980.2800.75
HSL197.14º96.92%12.75%-
HSV(B)197.14º98.44%25.1%-
XYZ1.912.335.2-
YUV34.6144.59104.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.90%
GREEN value IS 46 (18.36% from 255) = 41.44%
BLUE value IS 64 (25.39% from 255) = 57.66%
R=0.90%
G=41.44%
B=57.66%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal146640.980.2800.75197.1496.9212.75
Hex12E40621C04Bc561d
Octal15610014234011330514115
Binary11011101000000110001011100010010111100010111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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