#104257

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

Shades of Astronaut Blue #104257

Tints of Astronaut Blue #104257

Color information

#104257 (or 0x104257) is unknown color: approx Astronaut Blue. HEX triplet: 10, 42 and 57. RGB value is (16,66,87). Sum of RGB (Red+Green+Blue) = 16+66+87=169 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.47% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 87 (34.38% from 255 or 51.48% from 169); Max value from RGB is 87 - color contains mainly: blue. Hex color #104257 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104257 is #EFBDA8. Grayscale: #353535. Windows color (decimal): -15711657 or 5718544. OLE color: 5718544.

HSL color Cylindrical-coordinate representation of color #104257: hue angle of 197.75º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #104257 is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB166687-
CMYK0.820.2400.66
HSL197.75º68.93%20.2%-
HSV(B)197.75º81.61%34.12%-
XYZ3.884.699.72-
YUV53.44146.94101.29-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.47%
GREEN value IS 66 (26.17% from 255) = 39.05%
BLUE value IS 87 (34.38% from 255) = 51.48%
R=9.47%
G=39.05%
B=51.48%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1666870.820.2400.66197.7568.9320.2
Hex1042575218042c64514
Octal2010212712230010230610524
Binary10000100001010101111010010110000100001011000110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104257; }

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

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

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

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

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

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

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

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