#013249

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

Shades of Blue Whale #013249

Tints of Blue Whale #013249

Color information

#013249 (or 0x013249) is unknown color: approx Blue Whale. HEX triplet: 01, 32 and 49. RGB value is (1,50,73). Sum of RGB (Red+Green+Blue) = 1+50+73=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 73 (28.91% from 255 or 58.87% from 124); Max value from RGB is 73 - color contains mainly: blue. Hex color #013249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013249 is #FECDB6. Grayscale: #252525. Windows color (decimal): -16698807 or 4796929. OLE color: 4796929.

HSL color Cylindrical-coordinate representation of color #013249: hue angle of 199.17º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013249 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB15073-
CMYK0.990.3200.71
HSL199.17º97.3%14.51%-
HSV(B)199.17º98.63%28.63%-
XYZ2.362.776.71-
YUV37.97147.77101.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.81%
GREEN value IS 50 (19.92% from 255) = 40.32%
BLUE value IS 73 (28.91% from 255) = 58.87%
R=0.81%
G=40.32%
B=58.87%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal150730.990.3200.71199.1797.314.51
Hex132496320047c761f
Octal16211114340010730714117
Binary111001010010011100011100000010001111100011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013249; }

 p { color: rgb(1,50,73); }

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

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

 a { background-color: rgb(1,50,73); }

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

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

 span { border-color: rgb(1,50,73); }

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