#013040

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

Shades of Blue Whale #013040

Tints of Blue Whale #013040

Color information

#013040 (or 0x013040) is unknown color: approx Blue Whale. HEX triplet: 01, 30 and 40. RGB value is (1,48,64). Sum of RGB (Red+Green+Blue) = 1+48+64=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 48 (19.14% from 255 or 42.48% from 113); Blue value is 64 (25.39% from 255 or 56.64% from 113); Max value from RGB is 64 - color contains mainly: blue. Hex color #013040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013040 is #FECFBF. Grayscale: #232323. Windows color (decimal): -16699328 or 4206593. OLE color: 4206593.

HSL color Cylindrical-coordinate representation of color #013040: hue angle of 195.24º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013040 is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB14864-
CMYK0.980.2500.75
HSL195.24º96.92%12.75%-
HSV(B)195.24º98.44%25.1%-
XYZ1.992.495.23-
YUV35.77143.93103.2-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 48 (19.14% from 255) = 42.48%
BLUE value IS 64 (25.39% from 255) = 56.64%
R=0.88%
G=42.48%
B=56.64%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal148640.980.2500.75195.2496.9212.75
Hex13040621904Bc361d
Octal16010014231011330314115
Binary11100001000000110001011001010010111100001111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013040; }

 p { color: rgb(1,48,64); }

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

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

 a { background-color: rgb(1,48,64); }

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

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

 span { border-color: rgb(1,48,64); }

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