Html Css Color HEX #104658 Astronaut Blue

📋 copy color: '#104658'

red 16 ◦ green 70 ◦ blue 88

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

Shades of Astronaut Blue #104658

Tints of Astronaut Blue #104658

RGB

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

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

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

R = 9.2%
G = 40.23%
B = 50.57%

CMYK

 C value IS 0.82

 M value IS 0.20

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#104658 (or 0x104658) is known color: Astronaut Blue. HEX triplet: 10, 46 and 58. RGB value is (16,70,88). Sum of RGB (Red+Green+Blue) = 16+70+88=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 88 (34.77% from 255 or 50.57% from 174); Max value from RGB is 88 - color contains mainly: blue. Hex color #104658 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104658 is #EFB9A7. Grayscale: #373737. Windows color (decimal): -15710632 or 5785104. OLE color: 5785104.

HSL color Cylindrical-coordinate representation of color #104658: hue angle of 195º 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 #104658 is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 16 70 88 -
CMYK 0.82 0.20 0 0.65
HSL 195º 0.69% 0.2% -
HSV(B) 195º 0.82% 0.35% -
XYZ 4.17 5.2 10.02 -
YUV 55.91 146.11 99.54 -
System Red Green Blue C M Y K H S L
Decimal 16 70 88 0.82 0.20 0 0.65 195 0.69 0.2
Hex 10 46 58 52 14 0 41 C3 45 14
Octal 20 106 130 122 24 0 101 303 105 24
Binary 10000 1000110 1011000 1010010 10100 0 1000001 11000011 1000101 10100

Color Harmonies of #104658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104658

Black with #104658

Text Example


Text Example

White with #104658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104658; }

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

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

background-color css

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

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

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

border-color css

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

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

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