Html Css Color HEX #104C65 Astronaut Blue

📋 copy color: '#104C65'

red 16 ◦ green 76 ◦ blue 101

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

Shades of Astronaut Blue #104C65

Tints of Astronaut Blue #104C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 52.33%

R = 8.29%
G = 39.38%
B = 52.33%

CMYK

 C value IS 0.84

 M value IS 0.25

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#104C65 (or 0x104C65) is known color: Astronaut Blue. HEX triplet: 10, 4C and 65. RGB value is (16,76,101). Sum of RGB (Red+Green+Blue) = 16+76+101=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 76 (30.08% from 255 or 39.38% from 193); Blue value is 101 (39.84% from 255 or 52.33% from 193); Max value from RGB is 101 - color contains mainly: blue. Hex color #104C65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104C65 is #EFB39A. Grayscale: #3C3C3C. Windows color (decimal): -15709083 or 6638608. OLE color: 6638608.

HSL color Cylindrical-coordinate representation of color #104C65: hue angle of 197.65º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #104C65 is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 16 76 101 -
CMYK 0.84 0.25 0 0.60
HSL 197.65º 0.73% 0.23% -
HSV(B) 197.65º 0.84% 0.4% -
XYZ 5.15 6.22 13.24 -
YUV 60.91 150.62 95.97 -
System Red Green Blue C M Y K H S L
Decimal 16 76 101 0.84 0.25 0 0.60 197.65 0.73 0.23
Hex 10 4C 65 54 19 0 3C C6 49 17
Octal 20 114 145 124 31 0 74 306 111 27
Binary 10000 1001100 1100101 1010100 11001 0 111100 11000110 1001001 10111

Color Harmonies of #104C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104C65

Black with #104C65

Text Example


Text Example

White with #104C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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