Html Css Color HEX #104657 Astronaut Blue

📋 copy color: '#104657'

red 16 ◦ green 70 ◦ blue 87

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

Shades of Astronaut Blue #104657

Tints of Astronaut Blue #104657

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.46%

 BLUE value IS 87 (34.38% from 255) = 50.29%

R = 9.25%
G = 40.46%
B = 50.29%

CMYK

 C value IS 0.82

 M value IS 0.20

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#104657 (or 0x104657) is known color: Astronaut Blue. HEX triplet: 10, 46 and 57. RGB value is (16,70,87). Sum of RGB (Red+Green+Blue) = 16+70+87=173 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.25% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 87 (34.38% from 255 or 50.29% from 173); Max value from RGB is 87 - color contains mainly: blue. Hex color #104657 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104657 is #EFB9A8. Grayscale: #373737. Windows color (decimal): -15710633 or 5719568. OLE color: 5719568.

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

Color convert

RGB 16 70 87 -
CMYK 0.82 0.20 0 0.66
HSL 194.37º 0.69% 0.2% -
HSV(B) 194.37º 0.82% 0.34% -
XYZ 4.12 5.18 9.8 -
YUV 55.79 145.61 99.62 -
System Red Green Blue C M Y K H S L
Decimal 16 70 87 0.82 0.20 0 0.66 194.37 0.69 0.2
Hex 10 46 57 52 14 0 42 C2 45 14
Octal 20 106 127 122 24 0 102 302 105 24
Binary 10000 1000110 1010111 1010010 10100 0 1000010 11000010 1000101 10100

Color Harmonies of #104657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104657

Black with #104657

Text Example


Text Example

White with #104657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104657; }

 p { color: rgb(16,70,87); }

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

background-color css

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

 a { background-color: rgb(16,70,87); }

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

border-color css

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

 span { border-color: rgb(16,70,87); }

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