#103E54

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

Shades of Astronaut Blue #103E54

Tints of Astronaut Blue #103E54

Color information

#103E54 (or 0x103E54) is unknown color: approx Astronaut Blue. HEX triplet: 10, 3E and 54. RGB value is (16,62,84). Sum of RGB (Red+Green+Blue) = 16+62+84=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 62 (24.61% from 255 or 38.27% from 162); Blue value is 84 (33.20% from 255 or 51.85% from 162); Max value from RGB is 84 - color contains mainly: blue. Hex color #103E54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103E54 is #EFC1AB. Grayscale: #323232. Windows color (decimal): -15712684 or 5520912. OLE color: 5520912.

HSL color Cylindrical-coordinate representation of color #103E54: hue angle of 199.41º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #103E54 is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB166284-
CMYK0.810.2600.67
HSL199.41º68%19.61%-
HSV(B)199.41º80.95%32.94%-
XYZ3.544.29.01-
YUV50.75146.76103.21-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.88%
GREEN value IS 62 (24.61% from 255) = 38.27%
BLUE value IS 84 (33.20% from 255) = 51.85%
R=9.88%
G=38.27%
B=51.85%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1662840.810.2600.67199.416819.61
Hex103E54511A043c74414
Octal207612412132010330710424
Binary1000011111010101001010001110100100001111000111100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,62,84); }

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

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

 a { background-color: rgb(16,62,84); }

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

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

 span { border-color: rgb(16,62,84); }

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