#104E69

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

Shades of Astronaut Blue #104E69

Tints of Astronaut Blue #104E69

Color information

#104E69 (or 0x104E69) is unknown color: approx Astronaut Blue. HEX triplet: 10, 4E and 69. RGB value is (16,78,105). Sum of RGB (Red+Green+Blue) = 16+78+105=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 78 (30.86% from 255 or 39.20% from 199); Blue value is 105 (41.41% from 255 or 52.76% from 199); Max value from RGB is 105 - color contains mainly: blue. Hex color #104E69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104E69 is #EFB196. Grayscale: #3E3E3E. Windows color (decimal): -15708567 or 6901264. OLE color: 6901264.

HSL color Cylindrical-coordinate representation of color #104E69: hue angle of 198.2º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #104E69 is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1678105-
CMYK0.850.2600.59
HSL198.2º73.55%23.73%-
HSV(B)198.2º84.76%41.18%-
XYZ5.496.5814.35-
YUV62.54151.9694.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.04%
GREEN value IS 78 (30.86% from 255) = 39.20%
BLUE value IS 105 (41.41% from 255) = 52.76%
R=8.04%
G=39.20%
B=52.76%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16781050.850.2600.59198.273.5523.73
Hex104E69551A03Bc64a18
Octal201161511253207330611230
Binary1000010011101101001101010111010011101111000110100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104E69; }

 p { color: rgb(16,78,105); }

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

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

 a { background-color: rgb(16,78,105); }

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

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

 span { border-color: rgb(16,78,105); }

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