#013248

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

Shades of Blue Whale #013248

Tints of Blue Whale #013248

Color information

#013248 (or 0x013248) is unknown color: approx Blue Whale. HEX triplet: 01, 32 and 48. RGB value is (1,50,72). Sum of RGB (Red+Green+Blue) = 1+50+72=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 72 (28.52% from 255 or 58.54% from 123); Max value from RGB is 72 - color contains mainly: blue. Hex color #013248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013248 is #FECDB7. Grayscale: #252525. Windows color (decimal): -16698808 or 4731393. OLE color: 4731393.

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

Color convert

RGB15072-
CMYK0.990.3100.72
HSL198.59º97.26%14.31%-
HSV(B)198.59º98.61%28.24%-
XYZ2.322.766.54-
YUV37.86147.27101.71-

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.65%
BLUE value IS 72 (28.52% from 255) = 58.54%
R=0.81%
G=40.65%
B=58.54%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal150720.990.3100.72198.5997.2614.31
Hex13248631F048c761e
Octal16211014337011030714116
Binary11100101001000110001111111010010001100011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013248; }

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

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

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

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

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

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

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

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