#104668

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

Shades of Astronaut Blue #104668

Tints of Astronaut Blue #104668

Color information

#104668 (or 0x104668) is unknown color: approx Astronaut Blue. HEX triplet: 10, 46 and 68. RGB value is (16,70,104). Sum of RGB (Red+Green+Blue) = 16+70+104=190 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.42% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #104668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104668 is #EFB997. Grayscale: #393939. Windows color (decimal): -15710616 or 6833680. OLE color: 6833680.

HSL color Cylindrical-coordinate representation of color #104668: hue angle of 203.18º degrees, saturation: 0.73, 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 #104668 is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1670104-
CMYK0.850.3300.59
HSL203.18º73.33%23.53%-
HSV(B)203.18º84.62%40.78%-
XYZ4.95.4913.9-
YUV57.73154.1198.24-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.42%
GREEN value IS 70 (27.73% from 255) = 36.84%
BLUE value IS 104 (41.02% from 255) = 54.74%
R=8.42%
G=36.84%
B=54.74%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16701040.850.3300.59203.1873.3323.53
Hex104668552103Bcb4918
Octal201061501254107331311130
Binary10000100011011010001010101100001011101111001011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104668; }

 p { color: rgb(16,70,104); }

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

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

 a { background-color: rgb(16,70,104); }

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

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

 span { border-color: rgb(16,70,104); }

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