Html Css Color HEX #104459 Astronaut Blue

📋 copy color: '#104459'

red 16 ◦ green 68 ◦ blue 89

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

Shades of Astronaut Blue #104459

Tints of Astronaut Blue #104459

RGB

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

 GREEN value IS 68 (26.95% from 255) = 39.31%

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

R = 9.25%
G = 39.31%
B = 51.45%

CMYK

 C value IS 0.82

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#104459 (or 0x104459) is known color: Astronaut Blue. HEX triplet: 10, 44 and 59. RGB value is (16,68,89). Sum of RGB (Red+Green+Blue) = 16+68+89=173 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.25% from 173); Green value is 68 (26.95% from 255 or 39.31% from 173); Blue value is 89 (35.16% from 255 or 51.45% from 173); Max value from RGB is 89 - color contains mainly: blue. Hex color #104459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104459 is #EFBBA6. Grayscale: #363636. Windows color (decimal): -15711143 or 5850128. OLE color: 5850128.

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

Color convert

RGB 16 68 89 -
CMYK 0.82 0.24 0 0.65
HSL 197.26º 0.7% 0.21% -
HSV(B) 197.26º 0.82% 0.35% -
XYZ 4.08 4.97 10.19 -
YUV 54.85 147.27 100.29 -
System Red Green Blue C M Y K H S L
Decimal 16 68 89 0.82 0.24 0 0.65 197.26 0.7 0.21
Hex 10 44 59 52 18 0 41 C5 46 15
Octal 20 104 131 122 30 0 101 305 106 25
Binary 10000 1000100 1011001 1010010 11000 0 1000001 11000101 1000110 10101

Color Harmonies of #104459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104459

Black with #104459

Text Example


Text Example

White with #104459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104459; }

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

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

background-color css

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

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

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

border-color css

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

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

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