Html Css Color HEX #104456 Astronaut Blue

📋 copy color: '#104456'

red 16 ◦ green 68 ◦ blue 86

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

Shades of Astronaut Blue #104456

Tints of Astronaut Blue #104456

RGB

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

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

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

R = 9.41%
G = 40%
B = 50.59%

CMYK

 C value IS 0.81

 M value IS 0.21

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#104456 (or 0x104456) is known color: Astronaut Blue. HEX triplet: 10, 44 and 56. RGB value is (16,68,86). Sum of RGB (Red+Green+Blue) = 16+68+86=170 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.41% from 170); Green value is 68 (26.95% from 255 or 40% from 170); Blue value is 86 (33.98% from 255 or 50.59% from 170); Max value from RGB is 86 - color contains mainly: blue. Hex color #104456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104456 is #EFBBA9. Grayscale: #363636. Windows color (decimal): -15711146 or 5653520. OLE color: 5653520.

HSL color Cylindrical-coordinate representation of color #104456: hue angle of 195.43º 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 #104456 is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 16 68 86 -
CMYK 0.81 0.21 0 0.66
HSL 195.43º 0.69% 0.2% -
HSV(B) 195.43º 0.81% 0.34% -
XYZ 3.96 4.92 9.54 -
YUV 54.5 145.77 100.54 -
System Red Green Blue C M Y K H S L
Decimal 16 68 86 0.81 0.21 0 0.66 195.43 0.69 0.2
Hex 10 44 56 51 15 0 42 C3 45 14
Octal 20 104 126 121 25 0 102 303 105 24
Binary 10000 1000100 1010110 1010001 10101 0 1000010 11000011 1000101 10100

Color Harmonies of #104456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104456

Black with #104456

Text Example


Text Example

White with #104456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104456; }

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

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

background-color css

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

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

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

border-color css

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

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

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