#012E3F

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

Shades of Blue Whale #012E3F

Tints of Blue Whale #012E3F

Color information

#012E3F (or 0x012E3F) is unknown color: approx Blue Whale. HEX triplet: 01, 2E and 3F. RGB value is (1,46,63). Sum of RGB (Red+Green+Blue) = 1+46+63=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 46 (18.36% from 255 or 41.82% from 110); Blue value is 63 (25% from 255 or 57.27% from 110); Max value from RGB is 63 - color contains mainly: blue. Hex color #012E3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012E3F is #FED1C0. Grayscale: #222222. Windows color (decimal): -16699841 or 4140545. OLE color: 4140545.

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

Color convert

RGB14663-
CMYK0.980.2700.75
HSL196.45º96.88%12.55%-
HSV(B)196.45º98.41%24.71%-
XYZ1.892.325.05-
YUV34.48144.09104.12-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.91%
GREEN value IS 46 (18.36% from 255) = 41.82%
BLUE value IS 63 (25% from 255) = 57.27%
R=0.91%
G=41.82%
B=57.27%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal146630.980.2700.75196.4596.8812.55
Hex12E3F621B04Bc461d
Octal1567714233011330414115
Binary1101110111111110001011011010010111100010011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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