Html Css Color HEX #104056 Astronaut Blue

📋 copy color: '#104056'

red 16 ◦ green 64 ◦ blue 86

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

Shades of Astronaut Blue #104056

Tints of Astronaut Blue #104056

RGB

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

 GREEN value IS 64 (25.39% from 255) = 38.55%

 BLUE value IS 86 (33.98% from 255) = 51.81%

R = 9.64%
G = 38.55%
B = 51.81%

CMYK

 C value IS 0.81

 M value IS 0.26

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#104056 (or 0x104056) is known color: Astronaut Blue. HEX triplet: 10, 40 and 56. RGB value is (16,64,86). Sum of RGB (Red+Green+Blue) = 16+64+86=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 86 (33.98% from 255 or 51.81% from 166); Max value from RGB is 86 - color contains mainly: blue. Hex color #104056 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104056 is #EFBFA9. Grayscale: #343434. Windows color (decimal): -15712170 or 5652496. OLE color: 5652496.

HSL color Cylindrical-coordinate representation of color #104056: hue angle of 198.86º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #104056 is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 16 64 86 -
CMYK 0.81 0.26 0 0.66
HSL 198.86º 0.69% 0.2% -
HSV(B) 198.86º 0.81% 0.34% -
XYZ 3.73 4.45 9.47 -
YUV 52.16 147.1 102.21 -
System Red Green Blue C M Y K H S L
Decimal 16 64 86 0.81 0.26 0 0.66 198.86 0.69 0.2
Hex 10 40 56 51 1A 0 42 C7 45 14
Octal 20 100 126 121 32 0 102 307 105 24
Binary 10000 1000000 1010110 1010001 11010 0 1000010 11000111 1000101 10100

Color Harmonies of #104056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104056

Black with #104056

Text Example


Text Example

White with #104056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104056; }

 p { color: rgb(16,64,86); }

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

background-color css

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

 a { background-color: rgb(16,64,86); }

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

border-color css

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

 span { border-color: rgb(16,64,86); }

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