#103050

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

Shades of Blue Whale #103050

Tints of Blue Whale #103050

Color information

#103050 (or 0x103050) is unknown color: approx Blue Whale. HEX triplet: 10, 30 and 50. RGB value is (16,48,80). Sum of RGB (Red+Green+Blue) = 16+48+80=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 80 (31.64% from 255 or 55.56% from 144); Max value from RGB is 80 - color contains mainly: blue. Hex color #103050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103050 is #EFCFAF. Grayscale: #292929. Windows color (decimal): -15716272 or 5255184. OLE color: 5255184.

HSL color Cylindrical-coordinate representation of color #103050: hue angle of 210º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #103050 is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB164880-
CMYK0.800.4000.69
HSL210º66.67%18.82%-
HSV(B)210º80%31.37%-
XYZ2.722.87.99-
YUV42.08149.4109.4-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.11%
GREEN value IS 48 (19.14% from 255) = 33.33%
BLUE value IS 80 (31.64% from 255) = 55.56%
R=11.11%
G=33.33%
B=55.56%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1648800.800.4000.6921066.6718.82
Hex1030505028045d24313
Octal206012012050010532210323
Binary10000110000101000010100001010000100010111010010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103050; }

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

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

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

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

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

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

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

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