Html Css Color HEX #104254 Astronaut Blue

📋 copy color: '#104254'

red 16 ◦ green 66 ◦ blue 84

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

Shades of Astronaut Blue #104254

Tints of Astronaut Blue #104254

RGB

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

 GREEN value IS 66 (26.17% from 255) = 39.76%

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

R = 9.64%
G = 39.76%
B = 50.6%

CMYK

 C value IS 0.81

 M value IS 0.21

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#104254 (or 0x104254) is known color: Astronaut Blue. HEX triplet: 10, 42 and 54. RGB value is (16,66,84). Sum of RGB (Red+Green+Blue) = 16+66+84=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 84 (33.20% from 255 or 50.60% from 166); Max value from RGB is 84 - color contains mainly: blue. Hex color #104254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104254 is #EFBDAB. Grayscale: #343434. Windows color (decimal): -15711660 or 5521936. OLE color: 5521936.

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

Color convert

RGB 16 66 84 -
CMYK 0.81 0.21 0 0.67
HSL 195.88º 0.68% 0.2% -
HSV(B) 195.88º 0.81% 0.33% -
XYZ 3.76 4.65 9.09 -
YUV 53.1 145.44 101.54 -
System Red Green Blue C M Y K H S L
Decimal 16 66 84 0.81 0.21 0 0.67 195.88 0.68 0.2
Hex 10 42 54 51 15 0 43 C4 44 14
Octal 20 102 124 121 25 0 103 304 104 24
Binary 10000 1000010 1010100 1010001 10101 0 1000011 11000100 1000100 10100

Color Harmonies of #104254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104254

Black with #104254

Text Example


Text Example

White with #104254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104254; }

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

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

background-color css

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

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

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

border-color css

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

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

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