#012E3E

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

Shades of Blue Whale #012E3E

Tints of Blue Whale #012E3E

Color information

#012E3E (or 0x012E3E) is unknown color: approx Blue Whale. HEX triplet: 01, 2E and 3E. RGB value is (1,46,62). Sum of RGB (Red+Green+Blue) = 1+46+62=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 46 (18.36% from 255 or 42.20% from 109); Blue value is 62 (24.61% from 255 or 56.88% from 109); Max value from RGB is 62 - color contains mainly: blue. Hex color #012E3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012E3E is #FED1C1. Grayscale: #222222. Windows color (decimal): -16699842 or 4075009. OLE color: 4075009.

HSL color Cylindrical-coordinate representation of color #012E3E: hue angle of 195.74º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012E3E is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB14662-
CMYK0.980.2600.76
HSL195.74º96.83%12.35%-
HSV(B)195.74º98.39%24.31%-
XYZ1.862.314.9-
YUV34.37143.59104.2-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.92%
GREEN value IS 46 (18.36% from 255) = 42.20%
BLUE value IS 62 (24.61% from 255) = 56.88%
R=0.92%
G=42.20%
B=56.88%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal146620.980.2600.76195.7496.8312.35
Hex12E3E621A04Cc461c
Octal1567614232011430414114
Binary1101110111110110001011010010011001100010011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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