#104F69

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

Shades of Astronaut Blue #104F69

Tints of Astronaut Blue #104F69

Color information

#104F69 (or 0x104F69) is unknown color: approx Astronaut Blue. HEX triplet: 10, 4F and 69. RGB value is (16,79,105). Sum of RGB (Red+Green+Blue) = 16+79+105=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 79 (31.25% from 255 or 39.5% from 200); Blue value is 105 (41.41% from 255 or 52.5% from 200); Max value from RGB is 105 - color contains mainly: blue. Hex color #104F69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104F69 is #EFB096. Grayscale: #3E3E3E. Windows color (decimal): -15708311 or 6901520. OLE color: 6901520.

HSL color Cylindrical-coordinate representation of color #104F69: hue angle of 197.53º 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 #104F69 is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1679105-
CMYK0.850.2500.59
HSL197.53º73.55%23.73%-
HSV(B)197.53º84.76%41.18%-
XYZ5.566.7214.37-
YUV63.13151.6394.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8%
GREEN value IS 79 (31.25% from 255) = 39.5%
BLUE value IS 105 (41.41% from 255) = 52.5%
R=8%
G=39.5%
B=52.5%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16791050.850.2500.59197.5373.5523.73
Hex104F69551903Bc64a18
Octal201171511253107330611230
Binary1000010011111101001101010111001011101111000110100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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