Html Css Color HEX #104858 Astronaut Blue

📋 copy color: '#104858'

red 16 ◦ green 72 ◦ blue 88

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

Shades of Astronaut Blue #104858

Tints of Astronaut Blue #104858

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40.91%

 BLUE value IS 88 (34.77% from 255) = 50%

R = 9.09%
G = 40.91%
B = 50%

CMYK

 C value IS 0.82

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#104858 (or 0x104858) is known color: Astronaut Blue. HEX triplet: 10, 48 and 58. RGB value is (16,72,88). Sum of RGB (Red+Green+Blue) = 16+72+88=176 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.09% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 88 (34.77% from 255 or 50% from 176); Max value from RGB is 88 - color contains mainly: blue. Hex color #104858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104858 is #EFB7A7. Grayscale: #383838. Windows color (decimal): -15710120 or 5785616. OLE color: 5785616.

HSL color Cylindrical-coordinate representation of color #104858: hue angle of 193.33º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #104858 is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 16 72 88 -
CMYK 0.82 0.18 0 0.65
HSL 193.33º 0.69% 0.2% -
HSV(B) 193.33º 0.82% 0.35% -
XYZ 4.29 5.45 10.06 -
YUV 57.08 145.45 98.7 -
System Red Green Blue C M Y K H S L
Decimal 16 72 88 0.82 0.18 0 0.65 193.33 0.69 0.2
Hex 10 48 58 52 12 0 41 C1 45 14
Octal 20 110 130 122 22 0 101 301 105 24
Binary 10000 1001000 1011000 1010010 10010 0 1000001 11000001 1000101 10100

Color Harmonies of #104858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104858

Black with #104858

Text Example


Text Example

White with #104858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104858; }

 p { color: rgb(16,72,88); }

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

background-color css

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

 a { background-color: rgb(16,72,88); }

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

border-color css

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

 span { border-color: rgb(16,72,88); }

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