Html Css Color HEX #104259 Astronaut Blue

📋 copy color: '#104259'

red 16 ◦ green 66 ◦ blue 89

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

Shades of Astronaut Blue #104259

Tints of Astronaut Blue #104259

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.6%

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

R = 9.36%
G = 38.6%
B = 52.05%

CMYK

 C value IS 0.82

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#104259 (or 0x104259) is known color: Astronaut Blue. HEX triplet: 10, 42 and 59. RGB value is (16,66,89). Sum of RGB (Red+Green+Blue) = 16+66+89=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 89 (35.16% from 255 or 52.05% from 171); Max value from RGB is 89 - color contains mainly: blue. Hex color #104259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104259 is #EFBDA6. Grayscale: #353535. Windows color (decimal): -15711655 or 5849616. OLE color: 5849616.

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

Color convert

RGB 16 66 89 -
CMYK 0.82 0.26 0 0.65
HSL 198.9º 0.7% 0.21% -
HSV(B) 198.9º 0.82% 0.35% -
XYZ 3.97 4.73 10.15 -
YUV 53.67 147.94 101.13 -
System Red Green Blue C M Y K H S L
Decimal 16 66 89 0.82 0.26 0 0.65 198.9 0.7 0.21
Hex 10 42 59 52 1A 0 41 C7 46 15
Octal 20 102 131 122 32 0 101 307 106 25
Binary 10000 1000010 1011001 1010010 11010 0 1000001 11000111 1000110 10101

Color Harmonies of #104259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104259

Black with #104259

Text Example


Text Example

White with #104259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104259; }

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

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

background-color css

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

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

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

border-color css

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

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

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