#012F41

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

Shades of Blue Whale #012F41

Tints of Blue Whale #012F41

Color information

#012F41 (or 0x012F41) is unknown color: approx Blue Whale. HEX triplet: 01, 2F and 41. RGB value is (1,47,65). Sum of RGB (Red+Green+Blue) = 1+47+65=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 47 (18.75% from 255 or 41.59% from 113); Blue value is 65 (25.78% from 255 or 57.52% from 113); Max value from RGB is 65 - color contains mainly: blue. Hex color #012F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012F41 is #FED0BE. Grayscale: #232323. Windows color (decimal): -16699583 or 4271873. OLE color: 4271873.

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

Color convert

RGB14765-
CMYK0.980.2800.75
HSL196.88º96.97%12.94%-
HSV(B)196.88º98.46%25.49%-
XYZ1.982.425.36-
YUV35.3144.76103.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 47 (18.75% from 255) = 41.59%
BLUE value IS 65 (25.78% from 255) = 57.52%
R=0.88%
G=41.59%
B=57.52%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal147650.980.2800.75196.8896.9712.94
Hex12F41621C04Bc561d
Octal15710114234011330514115
Binary11011111000001110001011100010010111100010111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,47,65); }

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

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

 a { background-color: rgb(1,47,65); }

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

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

 span { border-color: rgb(1,47,65); }

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