#012E45

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

Shades of Blue Whale #012E45

Tints of Blue Whale #012E45

Color information

#012E45 (or 0x012E45) is unknown color: approx Blue Whale. HEX triplet: 01, 2E and 45. RGB value is (1,46,69). Sum of RGB (Red+Green+Blue) = 1+46+69=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 46 (18.36% from 255 or 39.66% from 116); Blue value is 69 (27.34% from 255 or 59.48% from 116); Max value from RGB is 69 - color contains mainly: blue. Hex color #012E45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012E45 is #FED1BA. Grayscale: #232323. Windows color (decimal): -16699835 or 4533761. OLE color: 4533761.

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

Color convert

RGB14669-
CMYK0.990.3300.73
HSL200.29º97.14%13.73%-
HSV(B)200.29º98.55%27.06%-
XYZ2.062.395.98-
YUV35.17147.09103.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.86%
GREEN value IS 46 (18.36% from 255) = 39.66%
BLUE value IS 69 (27.34% from 255) = 59.48%
R=0.86%
G=39.66%
B=59.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal146690.990.3300.73200.2997.1413.73
Hex12E456321049c861e
Octal15610514341011131014116
Binary110111010001011100011100001010010011100100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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