Html Css Color HEX #104054 Astronaut Blue

📋 copy color: '#104054'

red 16 ◦ green 64 ◦ blue 84

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

Shades of Astronaut Blue #104054

Tints of Astronaut Blue #104054

RGB

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

 GREEN value IS 64 (25.39% from 255) = 39.02%

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

R = 9.76%
G = 39.02%
B = 51.22%

CMYK

 C value IS 0.81

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#104054 (or 0x104054) is known color: Astronaut Blue. HEX triplet: 10, 40 and 54. RGB value is (16,64,84). Sum of RGB (Red+Green+Blue) = 16+64+84=164 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.76% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 84 (33.20% from 255 or 51.22% from 164); Max value from RGB is 84 - color contains mainly: blue. Hex color #104054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104054 is #EFBFAB. Grayscale: #333333. Windows color (decimal): -15712172 or 5521424. OLE color: 5521424.

HSL color Cylindrical-coordinate representation of color #104054: hue angle of 197.65º 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 #104054 is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 16 64 84 -
CMYK 0.81 0.24 0 0.67
HSL 197.65º 0.68% 0.2% -
HSV(B) 197.65º 0.81% 0.33% -
XYZ 3.65 4.42 9.05 -
YUV 51.93 146.1 102.37 -
System Red Green Blue C M Y K H S L
Decimal 16 64 84 0.81 0.24 0 0.67 197.65 0.68 0.2
Hex 10 40 54 51 18 0 43 C6 44 14
Octal 20 100 124 121 30 0 103 306 104 24
Binary 10000 1000000 1010100 1010001 11000 0 1000011 11000110 1000100 10100

Color Harmonies of #104054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104054

Black with #104054

Text Example


Text Example

White with #104054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104054; }

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

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

background-color css

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

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

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

border-color css

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

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

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