Html Css Color HEX #104666 Astronaut Blue

📋 copy color: '#104666'

red 16 ◦ green 70 ◦ blue 102

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

Shades of Astronaut Blue #104666

Tints of Astronaut Blue #104666

RGB

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

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

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

R = 8.51%
G = 37.23%
B = 54.26%

CMYK

 C value IS 0.84

 M value IS 0.31

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#104666 (or 0x104666) is known color: Astronaut Blue. HEX triplet: 10, 46 and 66. RGB value is (16,70,102). Sum of RGB (Red+Green+Blue) = 16+70+102=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 102 (40.23% from 255 or 54.26% from 188); Max value from RGB is 102 - color contains mainly: blue. Hex color #104666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104666 is #EFB999. Grayscale: #393939. Windows color (decimal): -15710618 or 6702608. OLE color: 6702608.

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

Color convert

RGB 16 70 102 -
CMYK 0.84 0.31 0 0.6
HSL 202.33º 0.73% 0.23% -
HSV(B) 202.33º 0.84% 0.4% -
XYZ 4.8 5.45 13.37 -
YUV 57.5 153.11 98.4 -
System Red Green Blue C M Y K H S L
Decimal 16 70 102 0.84 0.31 0 0.6 202.33 0.73 0.23
Hex 10 46 66 54 1F 0 3C CA 49 17
Octal 20 106 146 124 37 0 74 312 111 27
Binary 10000 1000110 1100110 1010100 11111 0 111100 11001010 1001001 10111

Color Harmonies of #104666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104666

Black with #104666

Text Example


Text Example

White with #104666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104666; }

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

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

background-color css

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

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

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

border-color css

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

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

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