Html Css Color HEX #104962 Astronaut Blue

📋 copy color: '#104962'

red 16 ◦ green 73 ◦ blue 98

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

Shades of Astronaut Blue #104962

Tints of Astronaut Blue #104962

RGB

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

 GREEN value IS 73 (28.91% from 255) = 39.04%

 BLUE value IS 98 (38.67% from 255) = 52.41%

R = 8.56%
G = 39.04%
B = 52.41%

CMYK

 C value IS 0.84

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#104962 (or 0x104962) is known color: Astronaut Blue. HEX triplet: 10, 49 and 62. RGB value is (16,73,98). Sum of RGB (Red+Green+Blue) = 16+73+98=187 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.56% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 98 (38.67% from 255 or 52.41% from 187); Max value from RGB is 98 - color contains mainly: blue. Hex color #104962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104962 is #EFB69D. Grayscale: #3A3A3A. Windows color (decimal): -15709854 or 6441232. OLE color: 6441232.

HSL color Cylindrical-coordinate representation of color #104962: hue angle of 198.29º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #104962 is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 16 73 98 -
CMYK 0.84 0.26 0 0.62
HSL 198.29º 0.72% 0.22% -
HSV(B) 198.29º 0.84% 0.38% -
XYZ 4.8 5.76 12.41 -
YUV 58.81 150.12 97.47 -
System Red Green Blue C M Y K H S L
Decimal 16 73 98 0.84 0.26 0 0.62 198.29 0.72 0.22
Hex 10 49 62 54 1A 0 3E C6 48 16
Octal 20 111 142 124 32 0 76 306 110 26
Binary 10000 1001001 1100010 1010100 11010 0 111110 11000110 1001000 10110

Color Harmonies of #104962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104962

Black with #104962

Text Example


Text Example

White with #104962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104962; }

 p { color: rgb(16,73,98); }

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

background-color css

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

 a { background-color: rgb(16,73,98); }

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

border-color css

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

 span { border-color: rgb(16,73,98); }

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