Html Css Color HEX #104B61 Astronaut Blue

📋 copy color: '#104B61'

red 16 ◦ green 75 ◦ blue 97

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

Shades of Astronaut Blue #104B61

Tints of Astronaut Blue #104B61

RGB

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

 GREEN value IS 75 (29.69% from 255) = 39.89%

 BLUE value IS 97 (38.28% from 255) = 51.6%

R = 8.51%
G = 39.89%
B = 51.6%

CMYK

 C value IS 0.84

 M value IS 0.23

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#104B61 (or 0x104B61) is known color: Astronaut Blue. HEX triplet: 10, 4B and 61. RGB value is (16,75,97). Sum of RGB (Red+Green+Blue) = 16+75+97=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 75 (29.69% from 255 or 39.89% from 188); Blue value is 97 (38.28% from 255 or 51.60% from 188); Max value from RGB is 97 - color contains mainly: blue. Hex color #104B61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104B61 is #EFB49E. Grayscale: #3B3B3B. Windows color (decimal): -15709343 or 6376208. OLE color: 6376208.

HSL color Cylindrical-coordinate representation of color #104B61: hue angle of 196.3º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #104B61 is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 16 75 97 -
CMYK 0.84 0.23 0 0.62
HSL 196.3º 0.72% 0.22% -
HSV(B) 196.3º 0.84% 0.38% -
XYZ 4.89 6.01 12.21 -
YUV 59.87 148.95 96.71 -
System Red Green Blue C M Y K H S L
Decimal 16 75 97 0.84 0.23 0 0.62 196.3 0.72 0.22
Hex 10 4B 61 54 17 0 3E C4 48 16
Octal 20 113 141 124 27 0 76 304 110 26
Binary 10000 1001011 1100001 1010100 10111 0 111110 11000100 1001000 10110

Color Harmonies of #104B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104B61

Black with #104B61

Text Example


Text Example

White with #104B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,75,97); }

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

background-color css

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

 a { background-color: rgb(16,75,97); }

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

border-color css

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

 span { border-color: rgb(16,75,97); }

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