#012C40

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

Shades of Blue Whale #012C40

Tints of Blue Whale #012C40

Color information

#012C40 (or 0x012C40) is unknown color: approx Blue Whale. HEX triplet: 01, 2C and 40. RGB value is (1,44,64). Sum of RGB (Red+Green+Blue) = 1+44+64=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 44 (17.58% from 255 or 40.37% from 109); Blue value is 64 (25.39% from 255 or 58.72% from 109); Max value from RGB is 64 - color contains mainly: blue. Hex color #012C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012C40 is #FED3BF. Grayscale: #212121. Windows color (decimal): -16700352 or 4205569. OLE color: 4205569.

HSL color Cylindrical-coordinate representation of color #012C40: hue angle of 199.05º 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 #012C40 is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB14464-
CMYK0.980.3100.75
HSL199.05º96.92%12.75%-
HSV(B)199.05º98.44%25.1%-
XYZ1.842.185.17-
YUV33.42145.25104.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.92%
GREEN value IS 44 (17.58% from 255) = 40.37%
BLUE value IS 64 (25.39% from 255) = 58.72%
R=0.92%
G=40.37%
B=58.72%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal144640.980.3100.75199.0596.9212.75
Hex12C40621F04Bc761d
Octal15410014237011330714115
Binary11011001000000110001011111010010111100011111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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