Html Css Color HEX #104860 Astronaut Blue

📋 copy color: '#104860'

red 16 ◦ green 72 ◦ blue 96

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

Shades of Astronaut Blue #104860

Tints of Astronaut Blue #104860

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.13%

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

R = 8.7%
G = 39.13%
B = 52.17%

CMYK

 C value IS 0.83

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#104860 (or 0x104860) is known color: Astronaut Blue. HEX triplet: 10, 48 and 60. RGB value is (16,72,96). Sum of RGB (Red+Green+Blue) = 16+72+96=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 72 (28.52% from 255 or 39.13% from 184); Blue value is 96 (37.89% from 255 or 52.17% from 184); Max value from RGB is 96 - color contains mainly: blue. Hex color #104860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104860 is #EFB79F. Grayscale: #393939. Windows color (decimal): -15710112 or 6309904. OLE color: 6309904.

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

Color convert

RGB 16 72 96 -
CMYK 0.83 0.25 0 0.62
HSL 198º 0.71% 0.22% -
HSV(B) 198º 0.83% 0.38% -
XYZ 4.64 5.59 11.9 -
YUV 57.99 149.45 98.05 -
System Red Green Blue C M Y K H S L
Decimal 16 72 96 0.83 0.25 0 0.62 198 0.71 0.22
Hex 10 48 60 53 19 0 3E C6 47 16
Octal 20 110 140 123 31 0 76 306 107 26
Binary 10000 1001000 1100000 1010011 11001 0 111110 11000110 1000111 10110

Color Harmonies of #104860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104860

Black with #104860

Text Example


Text Example

White with #104860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104860; }

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

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

background-color css

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

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

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

border-color css

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

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

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