Html Css Color HEX #105068 Astronaut Blue

📋 copy color: '#105068'

red 16 ◦ green 80 ◦ blue 104

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

Shades of Astronaut Blue #105068

Tints of Astronaut Blue #105068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 52%

R = 8%
G = 40%
B = 52%

CMYK

 C value IS 0.85

 M value IS 0.23

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#105068 (or 0x105068) is known color: Astronaut Blue. HEX triplet: 10, 50 and 68. RGB value is (16,80,104). Sum of RGB (Red+Green+Blue) = 16+80+104=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 104 (41.02% from 255 or 52% from 200); Max value from RGB is 104 - color contains mainly: blue. Hex color #105068 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105068 is #EFAF97. Grayscale: #3F3F3F. Windows color (decimal): -15708056 or 6836240. OLE color: 6836240.

HSL color Cylindrical-coordinate representation of color #105068: hue angle of 196.36º degrees, saturation: 0.73, 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 #105068 is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 16 80 104 -
CMYK 0.85 0.23 0 0.59
HSL 196.36º 0.73% 0.24% -
HSV(B) 196.36º 0.85% 0.41% -
XYZ 5.58 6.85 14.12 -
YUV 63.6 150.8 94.05 -
System Red Green Blue C M Y K H S L
Decimal 16 80 104 0.85 0.23 0 0.59 196.36 0.73 0.24
Hex 10 50 68 55 17 0 3B C4 49 18
Octal 20 120 150 125 27 0 73 304 111 30
Binary 10000 1010000 1101000 1010101 10111 0 111011 11000100 1001001 11000

Color Harmonies of #105068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105068

Black with #105068

Text Example


Text Example

White with #105068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105068; }

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

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

background-color css

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

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

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

border-color css

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

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

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