Html Css Color HEX #104C63 Astronaut Blue

📋 copy color: '#104C63'

red 16 ◦ green 76 ◦ blue 99

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

Shades of Astronaut Blue #104C63

Tints of Astronaut Blue #104C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 51.83%

R = 8.38%
G = 39.79%
B = 51.83%

CMYK

 C value IS 0.84

 M value IS 0.23

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#104C63 (or 0x104C63) is known color: Astronaut Blue. HEX triplet: 10, 4C and 63. RGB value is (16,76,99). Sum of RGB (Red+Green+Blue) = 16+76+99=191 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.38% from 191); Green value is 76 (30.08% from 255 or 39.79% from 191); Blue value is 99 (39.06% from 255 or 51.83% from 191); Max value from RGB is 99 - color contains mainly: blue. Hex color #104C63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104C63 is #EFB39C. Grayscale: #3C3C3C. Windows color (decimal): -15709085 or 6507536. OLE color: 6507536.

HSL color Cylindrical-coordinate representation of color #104C63: hue angle of 196.63º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #104C63 is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 16 76 99 -
CMYK 0.84 0.23 0 0.61
HSL 196.63º 0.72% 0.23% -
HSV(B) 196.63º 0.84% 0.39% -
XYZ 5.05 6.18 12.73 -
YUV 60.68 149.62 96.13 -
System Red Green Blue C M Y K H S L
Decimal 16 76 99 0.84 0.23 0 0.61 196.63 0.72 0.23
Hex 10 4C 63 54 17 0 3D C5 48 17
Octal 20 114 143 124 27 0 75 305 110 27
Binary 10000 1001100 1100011 1010100 10111 0 111101 11000101 1001000 10111

Color Harmonies of #104C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104C63

Black with #104C63

Text Example


Text Example

White with #104C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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