Html Css Color HEX #105069 Astronaut Blue

📋 copy color: '#105069'

red 16 ◦ green 80 ◦ blue 105

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

Shades of Astronaut Blue #105069

Tints of Astronaut Blue #105069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 52.24%

R = 7.96%
G = 39.8%
B = 52.24%

CMYK

 C value IS 0.85

 M value IS 0.24

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#105069 (or 0x105069) is known color: Astronaut Blue. HEX triplet: 10, 50 and 69. RGB value is (16,80,105). Sum of RGB (Red+Green+Blue) = 16+80+105=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #105069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105069 is #EFAF96. Grayscale: #3F3F3F. Windows color (decimal): -15708055 or 6901776. OLE color: 6901776.

HSL color Cylindrical-coordinate representation of color #105069: hue angle of 196.85º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #105069 is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 16 80 105 -
CMYK 0.85 0.24 0 0.59
HSL 196.85º 0.74% 0.24% -
HSV(B) 196.85º 0.85% 0.41% -
XYZ 5.63 6.87 14.39 -
YUV 63.71 151.3 93.97 -
System Red Green Blue C M Y K H S L
Decimal 16 80 105 0.85 0.24 0 0.59 196.85 0.74 0.24
Hex 10 50 69 55 18 0 3B C5 4A 18
Octal 20 120 151 125 30 0 73 305 112 30
Binary 10000 1010000 1101001 1010101 11000 0 111011 11000101 1001010 11000

Color Harmonies of #105069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105069

Black with #105069

Text Example


Text Example

White with #105069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105069; }

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

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

background-color css

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

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

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

border-color css

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

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

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