#104B5C

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

Shades of Astronaut Blue #104B5C

Tints of Astronaut Blue #104B5C

Color information

#104B5C (or 0x104B5C) is unknown color: approx Astronaut Blue. HEX triplet: 10, 4B and 5C. RGB value is (16,75,92). Sum of RGB (Red+Green+Blue) = 16+75+92=183 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.74% from 183); Green value is 75 (29.69% from 255 or 40.98% from 183); Blue value is 92 (36.33% from 255 or 50.27% from 183); Max value from RGB is 92 - color contains mainly: blue. Hex color #104B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104B5C is #EFB4A3. Grayscale: #3B3B3B. Windows color (decimal): -15709348 or 6048528. OLE color: 6048528.

HSL color Cylindrical-coordinate representation of color #104B5C: hue angle of 193.42º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #104B5C is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB167592-
CMYK0.830.1800.64
HSL193.42º70.37%21.18%-
HSV(B)193.42º82.61%36.08%-
XYZ4.665.9211.02-
YUV59.3146.4597.12-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.74%
GREEN value IS 75 (29.69% from 255) = 40.98%
BLUE value IS 92 (36.33% from 255) = 50.27%
R=8.74%
G=40.98%
B=50.27%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1675920.830.1800.64193.4270.3721.18
Hex104B5C5312040c14615
Octal2011313412322010030110625
Binary10000100101110111001010011100100100000011000001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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