Html Css Color HEX #104662 Astronaut Blue

📋 copy color: '#104662'

red 16 ◦ green 70 ◦ blue 98

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

Shades of Astronaut Blue #104662

Tints of Astronaut Blue #104662

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.04%

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

R = 8.7%
G = 38.04%
B = 53.26%

CMYK

 C value IS 0.84

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#104662 (or 0x104662) is known color: Astronaut Blue. HEX triplet: 10, 46 and 62. RGB value is (16,70,98). Sum of RGB (Red+Green+Blue) = 16+70+98=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 98 (38.67% from 255 or 53.26% from 184); Max value from RGB is 98 - color contains mainly: blue. Hex color #104662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104662 is #EFB99D. Grayscale: #383838. Windows color (decimal): -15710622 or 6440464. OLE color: 6440464.

HSL color Cylindrical-coordinate representation of color #104662: hue angle of 200.49º 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 #104662 is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 16 70 98 -
CMYK 0.84 0.29 0 0.62
HSL 200.49º 0.72% 0.22% -
HSV(B) 200.49º 0.84% 0.38% -
XYZ 4.61 5.37 12.35 -
YUV 57.05 151.11 98.72 -
System Red Green Blue C M Y K H S L
Decimal 16 70 98 0.84 0.29 0 0.62 200.49 0.72 0.22
Hex 10 46 62 54 1D 0 3E C8 48 16
Octal 20 106 142 124 35 0 76 310 110 26
Binary 10000 1000110 1100010 1010100 11101 0 111110 11001000 1001000 10110

Color Harmonies of #104662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104662

Black with #104662

Text Example


Text Example

White with #104662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104662; }

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

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

background-color css

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

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

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

border-color css

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

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

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