Html Css Color HEX #104F6A Astronaut Blue

📋 copy color: '#104F6A'

red 16 ◦ green 79 ◦ blue 106

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

Shades of Astronaut Blue #104F6A

Tints of Astronaut Blue #104F6A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 39.3%

 BLUE value IS 106 (41.8% from 255) = 52.74%

R = 7.96%
G = 39.3%
B = 52.74%

CMYK

 C value IS 0.85

 M value IS 0.25

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#104F6A (or 0x104F6A) is known color: Astronaut Blue. HEX triplet: 10, 4F and 6A. RGB value is (16,79,106). Sum of RGB (Red+Green+Blue) = 16+79+106=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 79 (31.25% from 255 or 39.30% from 201); Blue value is 106 (41.80% from 255 or 52.74% from 201); Max value from RGB is 106 - color contains mainly: blue. Hex color #104F6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104F6A is #EFB095. Grayscale: #3F3F3F. Windows color (decimal): -15708310 or 6967056. OLE color: 6967056.

HSL color Cylindrical-coordinate representation of color #104F6A: hue angle of 198º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #104F6A is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 16 79 106 -
CMYK 0.85 0.25 0 0.58
HSL 198º 0.74% 0.24% -
HSV(B) 198º 0.85% 0.42% -
XYZ 5.61 6.74 14.64 -
YUV 63.24 152.13 94.3 -
System Red Green Blue C M Y K H S L
Decimal 16 79 106 0.85 0.25 0 0.58 198 0.74 0.24
Hex 10 4F 6A 55 19 0 3A C6 4A 18
Octal 20 117 152 125 31 0 72 306 112 30
Binary 10000 1001111 1101010 1010101 11001 0 111010 11000110 1001010 11000

Color Harmonies of #104F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104F6A

Black with #104F6A

Text Example


Text Example

White with #104F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,79,106); }

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

background-color css

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

 a { background-color: rgb(16,79,106); }

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

border-color css

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

 span { border-color: rgb(16,79,106); }

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