Html Css Color HEX #104559 Astronaut Blue

📋 copy color: '#104559'

red 16 ◦ green 69 ◦ blue 89

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

Shades of Astronaut Blue #104559

Tints of Astronaut Blue #104559

RGB

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

 GREEN value IS 69 (27.34% from 255) = 39.66%

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

R = 9.2%
G = 39.66%
B = 51.15%

CMYK

 C value IS 0.82

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#104559 (or 0x104559) is known color: Astronaut Blue. HEX triplet: 10, 45 and 59. RGB value is (16,69,89). Sum of RGB (Red+Green+Blue) = 16+69+89=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 89 (35.16% from 255 or 51.15% from 174); Max value from RGB is 89 - color contains mainly: blue. Hex color #104559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104559 is #EFBAA6. Grayscale: #373737. Windows color (decimal): -15710887 or 5850384. OLE color: 5850384.

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

Color convert

RGB 16 69 89 -
CMYK 0.82 0.22 0 0.65
HSL 196.44º 0.7% 0.21% -
HSV(B) 196.44º 0.82% 0.35% -
XYZ 4.14 5.09 10.21 -
YUV 55.43 146.94 99.87 -
System Red Green Blue C M Y K H S L
Decimal 16 69 89 0.82 0.22 0 0.65 196.44 0.7 0.21
Hex 10 45 59 52 16 0 41 C4 46 15
Octal 20 105 131 122 26 0 101 304 106 25
Binary 10000 1000101 1011001 1010010 10110 0 1000001 11000100 1000110 10101

Color Harmonies of #104559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104559

Black with #104559

Text Example


Text Example

White with #104559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104559; }

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

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

background-color css

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

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

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

border-color css

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

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

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