Html Css Color HEX #104C5B Astronaut Blue

📋 copy color: '#104C5B'

red 16 ◦ green 76 ◦ blue 91

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

Shades of Astronaut Blue #104C5B

Tints of Astronaut Blue #104C5B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 41.53%

 BLUE value IS 91 (35.94% from 255) = 49.73%

R = 8.74%
G = 41.53%
B = 49.73%

CMYK

 C value IS 0.82

 M value IS 0.16

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#104C5B (or 0x104C5B) is known color: Astronaut Blue. HEX triplet: 10, 4C and 5B. RGB value is (16,76,91). Sum of RGB (Red+Green+Blue) = 16+76+91=183 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.74% from 183); Green value is 76 (30.08% from 255 or 41.53% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #104C5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104C5B is #EFB3A4. Grayscale: #3B3B3B. Windows color (decimal): -15709093 or 5983248. OLE color: 5983248.

HSL color Cylindrical-coordinate representation of color #104C5B: hue angle of 192º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #104C5B is Cyan = 0.82, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 16 76 91 -
CMYK 0.82 0.16 0 0.64
HSL 192º 0.7% 0.21% -
HSV(B) 192º 0.82% 0.36% -
XYZ 4.69 6.03 10.82 -
YUV 59.77 145.62 96.78 -
System Red Green Blue C M Y K H S L
Decimal 16 76 91 0.82 0.16 0 0.64 192 0.7 0.21
Hex 10 4C 5B 52 10 0 40 C0 46 15
Octal 20 114 133 122 20 0 100 300 106 25
Binary 10000 1001100 1011011 1010010 10000 0 1000000 11000000 1000110 10101

Color Harmonies of #104C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104C5B

Black with #104C5B

Text Example


Text Example

White with #104C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104C5B; }

 p { color: rgb(16,76,91); }

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

background-color css

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

 a { background-color: rgb(16,76,91); }

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

border-color css

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

 span { border-color: rgb(16,76,91); }

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