#012F47

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

Shades of Blue Whale #012F47

Tints of Blue Whale #012F47

Color information

#012F47 (or 0x012F47) is unknown color: approx Blue Whale. HEX triplet: 01, 2F and 47. RGB value is (1,47,71). Sum of RGB (Red+Green+Blue) = 1+47+71=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 47 (18.75% from 255 or 39.50% from 119); Blue value is 71 (28.12% from 255 or 59.66% from 119); Max value from RGB is 71 - color contains mainly: blue. Hex color #012F47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012F47 is #FED0B8. Grayscale: #232323. Windows color (decimal): -16699577 or 4665089. OLE color: 4665089.

HSL color Cylindrical-coordinate representation of color #012F47: hue angle of 200.57º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012F47 is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB14771-
CMYK0.990.3400.72
HSL200.57º97.22%14.12%-
HSV(B)200.57º98.59%27.84%-
XYZ2.172.496.33-
YUV35.98147.76103.05-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.84%
GREEN value IS 47 (18.75% from 255) = 39.50%
BLUE value IS 71 (28.12% from 255) = 59.66%
R=0.84%
G=39.50%
B=59.66%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal147710.990.3400.72200.5797.2214.12
Hex12F476322048c961e
Octal15710714342011031114116
Binary110111110001111100011100010010010001100100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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