#104254

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

Shades of Astronaut Blue #104254

Tints of Astronaut Blue #104254

Color information

#104254 (or 0x104254) is unknown color: approx Astronaut Blue. HEX triplet: 10, 42 and 54. RGB value is (16,66,84). Sum of RGB (Red+Green+Blue) = 16+66+84=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 84 (33.20% from 255 or 50.60% from 166); Max value from RGB is 84 - color contains mainly: blue. Hex color #104254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104254 is #EFBDAB. Grayscale: #343434. Windows color (decimal): -15711660 or 5521936. OLE color: 5521936.

HSL color Cylindrical-coordinate representation of color #104254: hue angle of 195.88º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #104254 is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB166684-
CMYK0.810.2100.67
HSL195.88º68%19.61%-
HSV(B)195.88º80.95%32.94%-
XYZ3.764.659.09-
YUV53.1145.44101.54-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.64%
GREEN value IS 66 (26.17% from 255) = 39.76%
BLUE value IS 84 (33.20% from 255) = 50.60%
R=9.64%
G=39.76%
B=50.60%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1666840.810.2100.67195.886819.61
Hex1042545115043c44414
Octal2010212412125010330410424
Binary10000100001010101001010001101010100001111000100100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104254; }

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

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

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

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

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

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

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

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