Html Css Color HEX #104356 Astronaut Blue

📋 copy color: '#104356'

red 16 ◦ green 67 ◦ blue 86

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

Shades of Astronaut Blue #104356

Tints of Astronaut Blue #104356

RGB

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

 GREEN value IS 67 (26.56% from 255) = 39.64%

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

R = 9.47%
G = 39.64%
B = 50.89%

CMYK

 C value IS 0.81

 M value IS 0.22

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#104356 (or 0x104356) is known color: Astronaut Blue. HEX triplet: 10, 43 and 56. RGB value is (16,67,86). Sum of RGB (Red+Green+Blue) = 16+67+86=169 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.47% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 86 (33.98% from 255 or 50.89% from 169); Max value from RGB is 86 - color contains mainly: blue. Hex color #104356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104356 is #EFBCA9. Grayscale: #353535. Windows color (decimal): -15711402 or 5653264. OLE color: 5653264.

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

Color convert

RGB 16 67 86 -
CMYK 0.81 0.22 0 0.66
HSL 196.29º 0.69% 0.2% -
HSV(B) 196.29º 0.81% 0.34% -
XYZ 3.9 4.8 9.52 -
YUV 53.92 146.1 100.96 -
System Red Green Blue C M Y K H S L
Decimal 16 67 86 0.81 0.22 0 0.66 196.29 0.69 0.2
Hex 10 43 56 51 16 0 42 C4 45 14
Octal 20 103 126 121 26 0 102 304 105 24
Binary 10000 1000011 1010110 1010001 10110 0 1000010 11000100 1000101 10100

Color Harmonies of #104356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104356

Black with #104356

Text Example


Text Example

White with #104356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104356; }

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

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

background-color css

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

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

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

border-color css

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

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

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