#012E44

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

Shades of Blue Whale #012E44

Tints of Blue Whale #012E44

Color information

#012E44 (or 0x012E44) is unknown color: approx Blue Whale. HEX triplet: 01, 2E and 44. RGB value is (1,46,68). Sum of RGB (Red+Green+Blue) = 1+46+68=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 46 (18.36% from 255 or 40% from 115); Blue value is 68 (26.95% from 255 or 59.13% from 115); Max value from RGB is 68 - color contains mainly: blue. Hex color #012E44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012E44 is #FED1BB. Grayscale: #222222. Windows color (decimal): -16699836 or 4468225. OLE color: 4468225.

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

Color convert

RGB14668-
CMYK0.990.3200.73
HSL199.7º97.1%13.53%-
HSV(B)199.7º98.53%26.67%-
XYZ2.032.385.82-
YUV35.05146.59103.71-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.87%
GREEN value IS 46 (18.36% from 255) = 40%
BLUE value IS 68 (26.95% from 255) = 59.13%
R=0.87%
G=40%
B=59.13%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal146680.990.3200.73199.797.113.53
Hex12E446320049c861e
Octal15610414340011131014116
Binary110111010001001100011100000010010011100100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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