#103040

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

Shades of Blue Whale #103040

Tints of Blue Whale #103040

Color information

#103040 (or 0x103040) is unknown color: approx Blue Whale. HEX triplet: 10, 30 and 40. RGB value is (16,48,64). Sum of RGB (Red+Green+Blue) = 16+48+64=128 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.5% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 64 (25.39% from 255 or 50% from 128); Max value from RGB is 64 - color contains mainly: blue. Hex color #103040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103040 is #EFCFBF. Grayscale: #282828. Windows color (decimal): -15716288 or 4206608. OLE color: 4206608.

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

Color convert

RGB164864-
CMYK0.750.2500.75
HSL200º60%15.69%-
HSV(B)200º75%25.1%-
XYZ2.22.595.24-
YUV40.26141.4110.7-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.5%
GREEN value IS 48 (19.14% from 255) = 37.5%
BLUE value IS 64 (25.39% from 255) = 50%
R=12.5%
G=37.5%
B=50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1648640.750.2500.752006015.69
Hex1030404B1904Bc83c10
Octal20601001133101133107420
Binary100001100001000000100101111001010010111100100011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103040; }

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

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

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

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

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

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

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

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