#012C49

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

Shades of Blue Whale #012C49

Tints of Blue Whale #012C49

Color information

#012C49 (or 0x012C49) is unknown color: approx Blue Whale. HEX triplet: 01, 2C and 49. RGB value is (1,44,73). Sum of RGB (Red+Green+Blue) = 1+44+73=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 44 (17.58% from 255 or 37.29% from 118); Blue value is 73 (28.91% from 255 or 61.86% from 118); Max value from RGB is 73 - color contains mainly: blue. Hex color #012C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012C49 is #FED3B6. Grayscale: #222222. Windows color (decimal): -16700343 or 4795393. OLE color: 4795393.

HSL color Cylindrical-coordinate representation of color #012C49: hue angle of 204.17º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012C49 is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB14473-
CMYK0.990.4000.71
HSL204.17º97.3%14.51%-
HSV(B)204.17º98.63%28.63%-
XYZ2.122.296.63-
YUV34.45149.75104.14-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.85%
GREEN value IS 44 (17.58% from 255) = 37.29%
BLUE value IS 73 (28.91% from 255) = 61.86%
R=0.85%
G=37.29%
B=61.86%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal144730.990.4000.71204.1797.314.51
Hex12C496328047cc61f
Octal15411114350010731414117
Binary110110010010011100011101000010001111100110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,44,73); }

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

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

 a { background-color: rgb(1,44,73); }

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

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

 span { border-color: rgb(1,44,73); }

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