Html Css Color HEX #104656 Astronaut Blue

📋 copy color: '#104656'

red 16 ◦ green 70 ◦ blue 86

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

Shades of Astronaut Blue #104656

Tints of Astronaut Blue #104656

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.7%

 BLUE value IS 86 (33.98% from 255) = 50%

R = 9.3%
G = 40.7%
B = 50%

CMYK

 C value IS 0.81

 M value IS 0.19

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#104656 (or 0x104656) is known color: Astronaut Blue. HEX triplet: 10, 46 and 56. RGB value is (16,70,86). Sum of RGB (Red+Green+Blue) = 16+70+86=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 86 (33.98% from 255 or 50% from 172); Max value from RGB is 86 - color contains mainly: blue. Hex color #104656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104656 is #EFB9A9. Grayscale: #373737. Windows color (decimal): -15710634 or 5654032. OLE color: 5654032.

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

Color convert

RGB 16 70 86 -
CMYK 0.81 0.19 0 0.66
HSL 193.71º 0.69% 0.2% -
HSV(B) 193.71º 0.81% 0.34% -
XYZ 4.08 5.16 9.59 -
YUV 55.68 145.11 99.7 -
System Red Green Blue C M Y K H S L
Decimal 16 70 86 0.81 0.19 0 0.66 193.71 0.69 0.2
Hex 10 46 56 51 13 0 42 C2 45 14
Octal 20 106 126 121 23 0 102 302 105 24
Binary 10000 1000110 1010110 1010001 10011 0 1000010 11000010 1000101 10100

Color Harmonies of #104656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104656

Black with #104656

Text Example


Text Example

White with #104656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104656; }

 p { color: rgb(16,70,86); }

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

background-color css

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

 a { background-color: rgb(16,70,86); }

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

border-color css

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

 span { border-color: rgb(16,70,86); }

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