#012B48

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

Shades of Blue Whale #012B48

Tints of Blue Whale #012B48

Color information

#012B48 (or 0x012B48) is unknown color: approx Blue Whale. HEX triplet: 01, 2B and 48. RGB value is (1,43,72). Sum of RGB (Red+Green+Blue) = 1+43+72=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 43 (17.19% from 255 or 37.07% from 116); Blue value is 72 (28.52% from 255 or 62.07% from 116); Max value from RGB is 72 - color contains mainly: blue. Hex color #012B48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012B48 is #FED4B7. Grayscale: #212121. Windows color (decimal): -16700600 or 4729601. OLE color: 4729601.

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

Color convert

RGB14372-
CMYK0.990.4000.72
HSL204.51º97.26%14.31%-
HSV(B)204.51º98.61%28.24%-
XYZ2.052.26.45-
YUV33.75149.59104.64-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.86%
GREEN value IS 43 (17.19% from 255) = 37.07%
BLUE value IS 72 (28.52% from 255) = 62.07%
R=0.86%
G=37.07%
B=62.07%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal143720.990.4000.72204.5197.2614.31
Hex12B486328048cd61e
Octal15311014350011031514116
Binary110101110010001100011101000010010001100110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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