Html Css Color HEX #104B5D Astronaut Blue

📋 copy color: '#104B5D'

red 16 ◦ green 75 ◦ blue 93

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

Shades of Astronaut Blue #104B5D

Tints of Astronaut Blue #104B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 50.54%

R = 8.7%
G = 40.76%
B = 50.54%

CMYK

 C value IS 0.83

 M value IS 0.19

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#104B5D (or 0x104B5D) is known color: Astronaut Blue. HEX triplet: 10, 4B and 5D. RGB value is (16,75,93). Sum of RGB (Red+Green+Blue) = 16+75+93=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 75 (29.69% from 255 or 40.76% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #104B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104B5D is #EFB4A2. Grayscale: #3B3B3B. Windows color (decimal): -15709347 or 6114064. OLE color: 6114064.

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

Color convert

RGB 16 75 93 -
CMYK 0.83 0.19 0 0.64
HSL 194.03º 0.71% 0.21% -
HSV(B) 194.03º 0.83% 0.36% -
XYZ 4.71 5.93 11.25 -
YUV 59.41 146.95 97.04 -
System Red Green Blue C M Y K H S L
Decimal 16 75 93 0.83 0.19 0 0.64 194.03 0.71 0.21
Hex 10 4B 5D 53 13 0 40 C2 47 15
Octal 20 113 135 123 23 0 100 302 107 25
Binary 10000 1001011 1011101 1010011 10011 0 1000000 11000010 1000111 10101

Color Harmonies of #104B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104B5D

Black with #104B5D

Text Example


Text Example

White with #104B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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