Html Css Color HEX #104C69 Astronaut Blue

📋 copy color: '#104C69'

red 16 ◦ green 76 ◦ blue 105

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

Shades of Astronaut Blue #104C69

Tints of Astronaut Blue #104C69

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38.58%

 BLUE value IS 105 (41.41% from 255) = 53.3%

R = 8.12%
G = 38.58%
B = 53.3%

CMYK

 C value IS 0.85

 M value IS 0.28

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#104C69 (or 0x104C69) is known color: Astronaut Blue. HEX triplet: 10, 4C and 69. RGB value is (16,76,105). Sum of RGB (Red+Green+Blue) = 16+76+105=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 76 (30.08% from 255 or 38.58% from 197); Blue value is 105 (41.41% from 255 or 53.30% from 197); Max value from RGB is 105 - color contains mainly: blue. Hex color #104C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104C69 is #EFB396. Grayscale: #3D3D3D. Windows color (decimal): -15709079 or 6900752. OLE color: 6900752.

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

Color convert

RGB 16 76 105 -
CMYK 0.85 0.28 0 0.59
HSL 199.55º 0.74% 0.24% -
HSV(B) 199.55º 0.85% 0.41% -
XYZ 5.35 6.3 14.3 -
YUV 61.37 152.62 95.64 -
System Red Green Blue C M Y K H S L
Decimal 16 76 105 0.85 0.28 0 0.59 199.55 0.74 0.24
Hex 10 4C 69 55 1C 0 3B C8 4A 18
Octal 20 114 151 125 34 0 73 310 112 30
Binary 10000 1001100 1101001 1010101 11100 0 111011 11001000 1001010 11000

Color Harmonies of #104C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104C69

Black with #104C69

Text Example


Text Example

White with #104C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,76,105); }

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

background-color css

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

 a { background-color: rgb(16,76,105); }

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

border-color css

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

 span { border-color: rgb(16,76,105); }

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