Html Css Color HEX #104869 Astronaut Blue

📋 copy color: '#104869'

red 16 ◦ green 72 ◦ blue 105

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

Shades of Astronaut Blue #104869

Tints of Astronaut Blue #104869

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.31%

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

R = 8.29%
G = 37.31%
B = 54.4%

CMYK

 C value IS 0.85

 M value IS 0.31

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#104869 (or 0x104869) is known color: Astronaut Blue. HEX triplet: 10, 48 and 69. RGB value is (16,72,105). Sum of RGB (Red+Green+Blue) = 16+72+105=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 105 (41.41% from 255 or 54.40% from 193); Max value from RGB is 105 - color contains mainly: blue. Hex color #104869 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104869 is #EFB796. Grayscale: #3A3A3A. Windows color (decimal): -15710103 or 6899728. OLE color: 6899728.

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

Color convert

RGB 16 72 105 -
CMYK 0.85 0.31 0 0.59
HSL 202.25º 0.74% 0.24% -
HSV(B) 202.25º 0.85% 0.41% -
XYZ 5.08 5.76 14.21 -
YUV 59.02 153.95 97.32 -
System Red Green Blue C M Y K H S L
Decimal 16 72 105 0.85 0.31 0 0.59 202.25 0.74 0.24
Hex 10 48 69 55 1F 0 3B CA 4A 18
Octal 20 110 151 125 37 0 73 312 112 30
Binary 10000 1001000 1101001 1010101 11111 0 111011 11001010 1001010 11000

Color Harmonies of #104869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104869

Black with #104869

Text Example


Text Example

White with #104869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104869; }

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

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

background-color css

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

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

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

border-color css

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

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

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