Html Css Color HEX #104A68 Astronaut Blue

📋 copy color: '#104A68'

red 16 ◦ green 74 ◦ blue 104

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

Shades of Astronaut Blue #104A68

Tints of Astronaut Blue #104A68

RGB

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

 GREEN value IS 74 (29.3% from 255) = 38.14%

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

R = 8.25%
G = 38.14%
B = 53.61%

CMYK

 C value IS 0.85

 M value IS 0.29

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#104A68 (or 0x104A68) is known color: Astronaut Blue. HEX triplet: 10, 4A and 68. RGB value is (16,74,104). Sum of RGB (Red+Green+Blue) = 16+74+104=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 104 (41.02% from 255 or 53.61% from 194); Max value from RGB is 104 - color contains mainly: blue. Hex color #104A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104A68 is #EFB597. Grayscale: #3B3B3B. Windows color (decimal): -15709592 or 6834704. OLE color: 6834704.

HSL color Cylindrical-coordinate representation of color #104A68: hue angle of 200.45º 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 #104A68 is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 16 74 104 -
CMYK 0.85 0.29 0 0.59
HSL 200.45º 0.73% 0.24% -
HSV(B) 200.45º 0.85% 0.41% -
XYZ 5.16 6.01 13.98 -
YUV 60.08 152.78 96.56 -
System Red Green Blue C M Y K H S L
Decimal 16 74 104 0.85 0.29 0 0.59 200.45 0.73 0.24
Hex 10 4A 68 55 1D 0 3B C8 49 18
Octal 20 112 150 125 35 0 73 310 111 30
Binary 10000 1001010 1101000 1010101 11101 0 111011 11001000 1001001 11000

Color Harmonies of #104A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104A68

Black with #104A68

Text Example


Text Example

White with #104A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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