#103A48

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

Shades of Blue Whale #103A48

Tints of Blue Whale #103A48

Color information

#103A48 (or 0x103A48) is unknown color: approx Blue Whale. HEX triplet: 10, 3A and 48. RGB value is (16,58,72). Sum of RGB (Red+Green+Blue) = 16+58+72=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 58 (23.05% from 255 or 39.73% from 146); Blue value is 72 (28.52% from 255 or 49.32% from 146); Max value from RGB is 72 - color contains mainly: blue. Hex color #103A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103A48 is #EFC5B7. Grayscale: #2E2E2E. Windows color (decimal): -15713720 or 4733456. OLE color: 4733456.

HSL color Cylindrical-coordinate representation of color #103A48: hue angle of 195º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #103A48 is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB165872-
CMYK0.780.1900.72
HSL195º63.64%17.25%-
HSV(B)195º77.78%28.24%-
XYZ2.93.66.67-
YUV47.04142.09105.86-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.96%
GREEN value IS 58 (23.05% from 255) = 39.73%
BLUE value IS 72 (28.52% from 255) = 49.32%
R=10.96%
G=39.73%
B=49.32%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1658720.780.1900.7219563.6417.25
Hex103A484E13048c34011
Octal207211011623011030310021
Binary1000011101010010001001110100110100100011000011100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103A48; }

 p { color: rgb(16,58,72); }

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

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

 a { background-color: rgb(16,58,72); }

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

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

 span { border-color: rgb(16,58,72); }

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