Html Css Color HEX #104665 Astronaut Blue

📋 copy color: '#104665'

red 16 ◦ green 70 ◦ blue 101

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

Shades of Astronaut Blue #104665

Tints of Astronaut Blue #104665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 54.01%

R = 8.56%
G = 37.43%
B = 54.01%

CMYK

 C value IS 0.84

 M value IS 0.31

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#104665 (or 0x104665) is known color: Astronaut Blue. HEX triplet: 10, 46 and 65. RGB value is (16,70,101). Sum of RGB (Red+Green+Blue) = 16+70+101=187 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.56% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 101 (39.84% from 255 or 54.01% from 187); Max value from RGB is 101 - color contains mainly: blue. Hex color #104665 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104665 is #EFB99A. Grayscale: #393939. Windows color (decimal): -15710619 or 6637072. OLE color: 6637072.

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

Color convert

RGB 16 70 101 -
CMYK 0.84 0.31 0 0.60
HSL 201.88º 0.73% 0.23% -
HSV(B) 201.88º 0.84% 0.4% -
XYZ 4.75 5.43 13.11 -
YUV 57.39 152.61 98.48 -
System Red Green Blue C M Y K H S L
Decimal 16 70 101 0.84 0.31 0 0.60 201.88 0.73 0.23
Hex 10 46 65 54 1F 0 3C CA 49 17
Octal 20 106 145 124 37 0 74 312 111 27
Binary 10000 1000110 1100101 1010100 11111 0 111100 11001010 1001001 10111

Color Harmonies of #104665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104665

Black with #104665

Text Example


Text Example

White with #104665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104665; }

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

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

background-color css

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

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

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

border-color css

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

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

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