Html Css Color HEX #104154 Astronaut Blue

📋 copy color: '#104154'

red 16 ◦ green 65 ◦ blue 84

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

Shades of Astronaut Blue #104154

Tints of Astronaut Blue #104154

RGB

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

 GREEN value IS 65 (25.78% from 255) = 39.39%

 BLUE value IS 84 (33.2% from 255) = 50.91%

R = 9.7%
G = 39.39%
B = 50.91%

CMYK

 C value IS 0.81

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#104154 (or 0x104154) is known color: Astronaut Blue. HEX triplet: 10, 41 and 54. RGB value is (16,65,84). Sum of RGB (Red+Green+Blue) = 16+65+84=165 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.70% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 84 (33.20% from 255 or 50.91% from 165); Max value from RGB is 84 - color contains mainly: blue. Hex color #104154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104154 is #EFBEAB. Grayscale: #343434. Windows color (decimal): -15711916 or 5521680. OLE color: 5521680.

HSL color Cylindrical-coordinate representation of color #104154: hue angle of 196.76º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #104154 is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 16 65 84 -
CMYK 0.81 0.23 0 0.67
HSL 196.76º 0.68% 0.2% -
HSV(B) 196.76º 0.81% 0.33% -
XYZ 3.7 4.53 9.07 -
YUV 52.52 145.77 101.96 -
System Red Green Blue C M Y K H S L
Decimal 16 65 84 0.81 0.23 0 0.67 196.76 0.68 0.2
Hex 10 41 54 51 17 0 43 C5 44 14
Octal 20 101 124 121 27 0 103 305 104 24
Binary 10000 1000001 1010100 1010001 10111 0 1000011 11000101 1000100 10100

Color Harmonies of #104154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104154

Black with #104154

Text Example


Text Example

White with #104154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104154; }

 p { color: rgb(16,65,84); }

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

background-color css

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

 a { background-color: rgb(16,65,84); }

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

border-color css

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

 span { border-color: rgb(16,65,84); }

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