Html Css Color HEX #104868 Astronaut Blue

📋 copy color: '#104868'

red 16 ◦ green 72 ◦ blue 104

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

Shades of Astronaut Blue #104868

Tints of Astronaut Blue #104868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 54.17%

R = 8.33%
G = 37.5%
B = 54.17%

CMYK

 C value IS 0.85

 M value IS 0.31

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#104868 (or 0x104868) is known color: Astronaut Blue. HEX triplet: 10, 48 and 68. RGB value is (16,72,104). Sum of RGB (Red+Green+Blue) = 16+72+104=192 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.33% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 104 (41.02% from 255 or 54.17% from 192); Max value from RGB is 104 - color contains mainly: blue. Hex color #104868 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104868 is #EFB797. Grayscale: #3A3A3A. Windows color (decimal): -15710104 or 6834192. OLE color: 6834192.

HSL color Cylindrical-coordinate representation of color #104868: hue angle of 201.82º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #104868 is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 16 72 104 -
CMYK 0.85 0.31 0 0.59
HSL 201.82º 0.73% 0.24% -
HSV(B) 201.82º 0.85% 0.41% -
XYZ 5.03 5.74 13.94 -
YUV 58.9 153.45 97.4 -
System Red Green Blue C M Y K H S L
Decimal 16 72 104 0.85 0.31 0 0.59 201.82 0.73 0.24
Hex 10 48 68 55 1F 0 3B CA 49 18
Octal 20 110 150 125 37 0 73 312 111 30
Binary 10000 1001000 1101000 1010101 11111 0 111011 11001010 1001001 11000

Color Harmonies of #104868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104868

Black with #104868

Text Example


Text Example

White with #104868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104868; }

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

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

background-color css

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

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

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

border-color css

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

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

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