Html Css Color HEX #104659 Astronaut Blue

📋 copy color: '#104659'

red 16 ◦ green 70 ◦ blue 89

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

Shades of Astronaut Blue #104659

Tints of Astronaut Blue #104659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 50.86%

R = 9.14%
G = 40%
B = 50.86%

CMYK

 C value IS 0.82

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#104659 (or 0x104659) is known color: Astronaut Blue. HEX triplet: 10, 46 and 59. RGB value is (16,70,89). Sum of RGB (Red+Green+Blue) = 16+70+89=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #104659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104659 is #EFB9A6. Grayscale: #373737. Windows color (decimal): -15710631 or 5850640. OLE color: 5850640.

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

Color convert

RGB 16 70 89 -
CMYK 0.82 0.21 0 0.65
HSL 195.62º 0.7% 0.21% -
HSV(B) 195.62º 0.82% 0.35% -
XYZ 4.21 5.21 10.24 -
YUV 56.02 146.61 99.46 -
System Red Green Blue C M Y K H S L
Decimal 16 70 89 0.82 0.21 0 0.65 195.62 0.7 0.21
Hex 10 46 59 52 15 0 41 C4 46 15
Octal 20 106 131 122 25 0 101 304 106 25
Binary 10000 1000110 1011001 1010010 10101 0 1000001 11000100 1000110 10101

Color Harmonies of #104659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104659

Black with #104659

Text Example


Text Example

White with #104659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104659; }

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

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

background-color css

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

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

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

border-color css

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

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

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