Html Css Color HEX #104556 Astronaut Blue

📋 copy color: '#104556'

red 16 ◦ green 69 ◦ blue 86

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

Shades of Astronaut Blue #104556

Tints of Astronaut Blue #104556

RGB

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

 GREEN value IS 69 (27.34% from 255) = 40.35%

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

R = 9.36%
G = 40.35%
B = 50.29%

CMYK

 C value IS 0.81

 M value IS 0.20

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#104556 (or 0x104556) is known color: Astronaut Blue. HEX triplet: 10, 45 and 56. RGB value is (16,69,86). Sum of RGB (Red+Green+Blue) = 16+69+86=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 86 (33.98% from 255 or 50.29% from 171); Max value from RGB is 86 - color contains mainly: blue. Hex color #104556 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104556 is #EFBAA9. Grayscale: #363636. Windows color (decimal): -15710890 or 5653776. OLE color: 5653776.

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

Color convert

RGB 16 69 86 -
CMYK 0.81 0.20 0 0.66
HSL 194.57º 0.69% 0.2% -
HSV(B) 194.57º 0.81% 0.34% -
XYZ 4.02 5.04 9.56 -
YUV 55.09 145.44 100.12 -
System Red Green Blue C M Y K H S L
Decimal 16 69 86 0.81 0.20 0 0.66 194.57 0.69 0.2
Hex 10 45 56 51 14 0 42 C3 45 14
Octal 20 105 126 121 24 0 102 303 105 24
Binary 10000 1000101 1010110 1010001 10100 0 1000010 11000011 1000101 10100

Color Harmonies of #104556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104556

Black with #104556

Text Example


Text Example

White with #104556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104556; }

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

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

background-color css

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

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

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

border-color css

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

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

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