#012A48

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

Shades of Blue Whale #012A48

Tints of Blue Whale #012A48

Color information

#012A48 (or 0x012A48) is unknown color: approx Blue Whale. HEX triplet: 01, 2A and 48. RGB value is (1,42,72). Sum of RGB (Red+Green+Blue) = 1+42+72=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 42 (16.80% from 255 or 36.52% from 115); Blue value is 72 (28.52% from 255 or 62.61% from 115); Max value from RGB is 72 - color contains mainly: blue. Hex color #012A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012A48 is #FED5B7. Grayscale: #212121. Windows color (decimal): -16700856 or 4729345. OLE color: 4729345.

HSL color Cylindrical-coordinate representation of color #012A48: hue angle of 205.35º 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 #012A48 is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB14272-
CMYK0.990.4200.72
HSL205.35º97.26%14.31%-
HSV(B)205.35º98.61%28.24%-
XYZ2.012.136.44-
YUV33.16149.92105.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.87%
GREEN value IS 42 (16.80% from 255) = 36.52%
BLUE value IS 72 (28.52% from 255) = 62.61%
R=0.87%
G=36.52%
B=62.61%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal142720.990.4200.72205.3597.2614.31
Hex12A48632A048cd61e
Octal15211014352011031514116
Binary110101010010001100011101010010010001100110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,42,72); }

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

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

 a { background-color: rgb(1,42,72); }

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

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

 span { border-color: rgb(1,42,72); }

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