Html Css Color HEX #104866 Astronaut Blue

📋 copy color: '#104866'

red 16 ◦ green 72 ◦ blue 102

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

Shades of Astronaut Blue #104866

Tints of Astronaut Blue #104866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 53.68%

R = 8.42%
G = 37.89%
B = 53.68%

CMYK

 C value IS 0.84

 M value IS 0.29

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#104866 (or 0x104866) is known color: Astronaut Blue. HEX triplet: 10, 48 and 66. RGB value is (16,72,102). Sum of RGB (Red+Green+Blue) = 16+72+102=190 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.42% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 102 (40.23% from 255 or 53.68% from 190); Max value from RGB is 102 - color contains mainly: blue. Hex color #104866 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104866 is #EFB799. Grayscale: #3A3A3A. Windows color (decimal): -15710106 or 6703120. OLE color: 6703120.

HSL color Cylindrical-coordinate representation of color #104866: hue angle of 200.93º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #104866 is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 16 72 102 -
CMYK 0.84 0.29 0 0.6
HSL 200.93º 0.73% 0.23% -
HSV(B) 200.93º 0.84% 0.4% -
XYZ 4.93 5.7 13.41 -
YUV 58.68 152.45 97.56 -
System Red Green Blue C M Y K H S L
Decimal 16 72 102 0.84 0.29 0 0.6 200.93 0.73 0.23
Hex 10 48 66 54 1D 0 3C C9 49 17
Octal 20 110 146 124 35 0 74 311 111 27
Binary 10000 1001000 1100110 1010100 11101 0 111100 11001001 1001001 10111

Color Harmonies of #104866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104866

Black with #104866

Text Example


Text Example

White with #104866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104866; }

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

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

background-color css

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

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

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

border-color css

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

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

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