Html Css Color HEX #104465 Astronaut Blue

📋 copy color: '#104465'

red 16 ◦ green 68 ◦ blue 101

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

Shades of Astronaut Blue #104465

Tints of Astronaut Blue #104465

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.76%

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

R = 8.65%
G = 36.76%
B = 54.59%

CMYK

 C value IS 0.84

 M value IS 0.33

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#104465 (or 0x104465) is known color: Astronaut Blue. HEX triplet: 10, 44 and 65. RGB value is (16,68,101). Sum of RGB (Red+Green+Blue) = 16+68+101=185 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.65% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 101 (39.84% from 255 or 54.59% from 185); Max value from RGB is 101 - color contains mainly: blue. Hex color #104465 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104465 is #EFBB9A. Grayscale: #383838. Windows color (decimal): -15711131 or 6636560. OLE color: 6636560.

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

Color convert

RGB 16 68 101 -
CMYK 0.84 0.33 0 0.60
HSL 203.29º 0.73% 0.23% -
HSV(B) 203.29º 0.84% 0.4% -
XYZ 4.63 5.18 13.07 -
YUV 56.21 153.27 99.32 -
System Red Green Blue C M Y K H S L
Decimal 16 68 101 0.84 0.33 0 0.60 203.29 0.73 0.23
Hex 10 44 65 54 21 0 3C CB 49 17
Octal 20 104 145 124 41 0 74 313 111 27
Binary 10000 1000100 1100101 1010100 100001 0 111100 11001011 1001001 10111

Color Harmonies of #104465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104465

Black with #104465

Text Example


Text Example

White with #104465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104465; }

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

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

background-color css

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

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

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

border-color css

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

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

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