#104260

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

Shades of Astronaut Blue #104260

Tints of Astronaut Blue #104260

Color information

#104260 (or 0x104260) is unknown color: approx Astronaut Blue. HEX triplet: 10, 42 and 60. RGB value is (16,66,96). Sum of RGB (Red+Green+Blue) = 16+66+96=178 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.99% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 96 (37.89% from 255 or 53.93% from 178); Max value from RGB is 96 - color contains mainly: blue. Hex color #104260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104260 is #EFBD9F. Grayscale: #363636. Windows color (decimal): -15711648 or 6308368. OLE color: 6308368.

HSL color Cylindrical-coordinate representation of color #104260: hue angle of 202.5º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #104260 is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB166696-
CMYK0.830.3100.62
HSL202.5º71.43%21.96%-
HSV(B)202.5º83.33%37.65%-
XYZ4.274.8511.78-
YUV54.47151.44100.56-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.99%
GREEN value IS 66 (26.17% from 255) = 37.08%
BLUE value IS 96 (37.89% from 255) = 53.93%
R=8.99%
G=37.08%
B=53.93%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1666960.830.3100.62202.571.4321.96
Hex104260531F03Eca4716
Octal201021401233707631210726
Binary1000010000101100000101001111111011111011001010100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104260; }

 p { color: rgb(16,66,96); }

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

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

 a { background-color: rgb(16,66,96); }

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

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

 span { border-color: rgb(16,66,96); }

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