Html Css Color HEX #104669 Astronaut Blue

📋 copy color: '#104669'

red 16 ◦ green 70 ◦ blue 105

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

Shades of Astronaut Blue #104669

Tints of Astronaut Blue #104669

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.65%

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

R = 8.38%
G = 36.65%
B = 54.97%

CMYK

 C value IS 0.85

 M value IS 0.33

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#104669 (or 0x104669) is known color: Astronaut Blue. HEX triplet: 10, 46 and 69. RGB value is (16,70,105). Sum of RGB (Red+Green+Blue) = 16+70+105=191 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.38% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 105 (41.41% from 255 or 54.97% from 191); Max value from RGB is 105 - color contains mainly: blue. Hex color #104669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104669 is #EFB996. Grayscale: #393939. Windows color (decimal): -15710615 or 6899216. OLE color: 6899216.

HSL color Cylindrical-coordinate representation of color #104669: hue angle of 203.6º 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 #104669 is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 16 70 105 -
CMYK 0.85 0.33 0 0.59
HSL 203.6º 0.74% 0.24% -
HSV(B) 203.6º 0.85% 0.41% -
XYZ 4.95 5.51 14.17 -
YUV 57.84 154.61 98.15 -
System Red Green Blue C M Y K H S L
Decimal 16 70 105 0.85 0.33 0 0.59 203.6 0.74 0.24
Hex 10 46 69 55 21 0 3B CC 4A 18
Octal 20 106 151 125 41 0 73 314 112 30
Binary 10000 1000110 1101001 1010101 100001 0 111011 11001100 1001010 11000

Color Harmonies of #104669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104669

Black with #104669

Text Example


Text Example

White with #104669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104669; }

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

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

background-color css

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

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

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

border-color css

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

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

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