#104B66

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

Shades of Astronaut Blue #104B66

Tints of Astronaut Blue #104B66

Color information

#104B66 (or 0x104B66) is unknown color: approx Astronaut Blue. HEX triplet: 10, 4B and 66. RGB value is (16,75,102). Sum of RGB (Red+Green+Blue) = 16+75+102=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 102 (40.23% from 255 or 52.85% from 193); Max value from RGB is 102 - color contains mainly: blue. Hex color #104B66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104B66 is #EFB499. Grayscale: #3C3C3C. Windows color (decimal): -15709338 or 6703888. OLE color: 6703888.

HSL color Cylindrical-coordinate representation of color #104B66: hue angle of 198.84º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #104B66 is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1675102-
CMYK0.840.2600.6
HSL198.84º72.88%23.14%-
HSV(B)198.84º84.31%40%-
XYZ5.136.113.48-
YUV60.44151.4596.3-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.29%
GREEN value IS 75 (29.69% from 255) = 38.86%
BLUE value IS 102 (40.23% from 255) = 52.85%
R=8.29%
G=38.86%
B=52.85%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal16751020.840.2600.6198.8472.8823.14
Hex104B66541A03Cc74917
Octal201131461243207430711127
Binary1000010010111100110101010011010011110011000111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,75,102); }

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

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

 a { background-color: rgb(16,75,102); }

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

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

 span { border-color: rgb(16,75,102); }

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