Html Css Color HEX #105063 Astronaut Blue

📋 copy color: '#105063'

red 16 ◦ green 80 ◦ blue 99

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

Shades of Astronaut Blue #105063

Tints of Astronaut Blue #105063

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.03%

 BLUE value IS 99 (39.06% from 255) = 50.77%

R = 8.21%
G = 41.03%
B = 50.77%

CMYK

 C value IS 0.84

 M value IS 0.19

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#105063 (or 0x105063) is known color: Astronaut Blue. HEX triplet: 10, 50 and 63. RGB value is (16,80,99). Sum of RGB (Red+Green+Blue) = 16+80+99=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 99 (39.06% from 255 or 50.77% from 195); Max value from RGB is 99 - color contains mainly: blue. Hex color #105063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105063 is #EFAF9C. Grayscale: #3E3E3E. Windows color (decimal): -15708061 or 6508560. OLE color: 6508560.

HSL color Cylindrical-coordinate representation of color #105063: hue angle of 193.73º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #105063 is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 16 80 99 -
CMYK 0.84 0.19 0 0.61
HSL 193.73º 0.72% 0.23% -
HSV(B) 193.73º 0.84% 0.39% -
XYZ 5.33 6.75 12.83 -
YUV 63.03 148.3 94.46 -
System Red Green Blue C M Y K H S L
Decimal 16 80 99 0.84 0.19 0 0.61 193.73 0.72 0.23
Hex 10 50 63 54 13 0 3D C2 48 17
Octal 20 120 143 124 23 0 75 302 110 27
Binary 10000 1010000 1100011 1010100 10011 0 111101 11000010 1001000 10111

Color Harmonies of #105063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105063

Black with #105063

Text Example


Text Example

White with #105063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105063; }

 p { color: rgb(16,80,99); }

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

background-color css

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

 a { background-color: rgb(16,80,99); }

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

border-color css

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

 span { border-color: rgb(16,80,99); }

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