Html Css Color HEX #104059 Astronaut Blue

📋 copy color: '#104059'

red 16 ◦ green 64 ◦ blue 89

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

Shades of Astronaut Blue #104059

Tints of Astronaut Blue #104059

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.87%

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

R = 9.47%
G = 37.87%
B = 52.66%

CMYK

 C value IS 0.82

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#104059 (or 0x104059) is known color: Astronaut Blue. HEX triplet: 10, 40 and 59. RGB value is (16,64,89). Sum of RGB (Red+Green+Blue) = 16+64+89=169 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.47% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 89 (35.16% from 255 or 52.66% from 169); Max value from RGB is 89 - color contains mainly: blue. Hex color #104059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104059 is #EFBFA6. Grayscale: #343434. Windows color (decimal): -15712167 or 5849104. OLE color: 5849104.

HSL color Cylindrical-coordinate representation of color #104059: hue angle of 200.55º 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 #104059 is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 16 64 89 -
CMYK 0.82 0.28 0 0.65
HSL 200.55º 0.7% 0.21% -
HSV(B) 200.55º 0.82% 0.35% -
XYZ 3.85 4.5 10.12 -
YUV 52.5 148.6 101.97 -
System Red Green Blue C M Y K H S L
Decimal 16 64 89 0.82 0.28 0 0.65 200.55 0.7 0.21
Hex 10 40 59 52 1C 0 41 C9 46 15
Octal 20 100 131 122 34 0 101 311 106 25
Binary 10000 1000000 1011001 1010010 11100 0 1000001 11001001 1000110 10101

Color Harmonies of #104059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104059

Black with #104059

Text Example


Text Example

White with #104059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104059; }

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

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

background-color css

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

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

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

border-color css

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

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

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