Html Css Color HEX #104960 Astronaut Blue

📋 copy color: '#104960'

red 16 ◦ green 73 ◦ blue 96

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

Shades of Astronaut Blue #104960

Tints of Astronaut Blue #104960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 51.89%

R = 8.65%
G = 39.46%
B = 51.89%

CMYK

 C value IS 0.83

 M value IS 0.24

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#104960 (or 0x104960) is known color: Astronaut Blue. HEX triplet: 10, 49 and 60. RGB value is (16,73,96). Sum of RGB (Red+Green+Blue) = 16+73+96=185 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.65% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 96 (37.89% from 255 or 51.89% from 185); Max value from RGB is 96 - color contains mainly: blue. Hex color #104960 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104960 is #EFB69F. Grayscale: #3A3A3A. Windows color (decimal): -15709856 or 6310160. OLE color: 6310160.

HSL color Cylindrical-coordinate representation of color #104960: hue angle of 197.25º 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 #104960 is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 16 73 96 -
CMYK 0.83 0.24 0 0.62
HSL 197.25º 0.71% 0.22% -
HSV(B) 197.25º 0.83% 0.38% -
XYZ 4.71 5.72 11.92 -
YUV 58.58 149.12 97.63 -
System Red Green Blue C M Y K H S L
Decimal 16 73 96 0.83 0.24 0 0.62 197.25 0.71 0.22
Hex 10 49 60 53 18 0 3E C5 47 16
Octal 20 111 140 123 30 0 76 305 107 26
Binary 10000 1001001 1100000 1010011 11000 0 111110 11000101 1000111 10110

Color Harmonies of #104960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104960

Black with #104960

Text Example


Text Example

White with #104960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104960; }

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

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

background-color css

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

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

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

border-color css

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

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

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