Html Css Color HEX #104E69 Astronaut Blue

📋 copy color: '#104E69'

red 16 ◦ green 78 ◦ blue 105

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

Shades of Astronaut Blue #104E69

Tints of Astronaut Blue #104E69

RGB

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

 GREEN value IS 78 (30.86% from 255) = 39.2%

 BLUE value IS 105 (41.41% from 255) = 52.76%

R = 8.04%
G = 39.2%
B = 52.76%

CMYK

 C value IS 0.85

 M value IS 0.26

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#104E69 (or 0x104E69) is known color: Astronaut Blue. HEX triplet: 10, 4E and 69. RGB value is (16,78,105). Sum of RGB (Red+Green+Blue) = 16+78+105=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 78 (30.86% from 255 or 39.20% from 199); Blue value is 105 (41.41% from 255 or 52.76% from 199); Max value from RGB is 105 - color contains mainly: blue. Hex color #104E69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104E69 is #EFB196. Grayscale: #3E3E3E. Windows color (decimal): -15708567 or 6901264. OLE color: 6901264.

HSL color Cylindrical-coordinate representation of color #104E69: hue angle of 198.2º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #104E69 is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 16 78 105 -
CMYK 0.85 0.26 0 0.59
HSL 198.2º 0.74% 0.24% -
HSV(B) 198.2º 0.85% 0.41% -
XYZ 5.49 6.58 14.35 -
YUV 62.54 151.96 94.8 -
System Red Green Blue C M Y K H S L
Decimal 16 78 105 0.85 0.26 0 0.59 198.2 0.74 0.24
Hex 10 4E 69 55 1A 0 3B C6 4A 18
Octal 20 116 151 125 32 0 73 306 112 30
Binary 10000 1001110 1101001 1010101 11010 0 111011 11000110 1001010 11000

Color Harmonies of #104E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104E69

Black with #104E69

Text Example


Text Example

White with #104E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104E69; }

 p { color: rgb(16,78,105); }

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

background-color css

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

 a { background-color: rgb(16,78,105); }

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

border-color css

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

 span { border-color: rgb(16,78,105); }

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