Html Css Color HEX #104958 Astronaut Blue

📋 copy color: '#104958'

red 16 ◦ green 73 ◦ blue 88

#104958
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut Blue #104958

Tints of Astronaut Blue #104958

RGB

 RED value IS 16 (6.64% from 255) = 9.04%

 GREEN value IS 73 (28.91% from 255) = 41.24%

 BLUE value IS 88 (34.77% from 255) = 49.72%

R = 9.04%
G = 41.24%
B = 49.72%

CMYK

 C value IS 0.82

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#104958 (or 0x104958) is known color: Astronaut Blue. HEX triplet: 10, 49 and 58. RGB value is (16,73,88). Sum of RGB (Red+Green+Blue) = 16+73+88=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 88 (34.77% from 255 or 49.72% from 177); Max value from RGB is 88 - color contains mainly: blue. Hex color #104958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104958 is #EFB6A7. Grayscale: #393939. Windows color (decimal): -15709864 or 5785872. OLE color: 5785872.

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

Color convert

RGB 16 73 88 -
CMYK 0.82 0.17 0 0.65
HSL 192.5º 0.69% 0.2% -
HSV(B) 192.5º 0.82% 0.35% -
XYZ 4.36 5.58 10.08 -
YUV 57.67 145.12 98.28 -
System Red Green Blue C M Y K H S L
Decimal 16 73 88 0.82 0.17 0 0.65 192.5 0.69 0.2
Hex 10 49 58 52 11 0 41 C0 45 14
Octal 20 111 130 122 21 0 101 300 105 24
Binary 10000 1001001 1011000 1010010 10001 0 1000001 11000000 1000101 10100

Color Harmonies of #104958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104958

Black with #104958

Text Example


Text Example

White with #104958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104958; }

 p { color: rgb(16,73,88); }

 H1.HeaderClassName
 {
   color: #104958;
 }
 .AnyTagClassName
 {
   color: #104958;
 }
</style>

background-color css

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

 a { background-color: rgb(16,73,88); }

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

border-color css

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

 span { border-color: rgb(16,73,88); }

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