Html Css Color HEX #104C67 Astronaut Blue

📋 copy color: '#104C67'

red 16 ◦ green 76 ◦ blue 103

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

Shades of Astronaut Blue #104C67

Tints of Astronaut Blue #104C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 52.82%

R = 8.21%
G = 38.97%
B = 52.82%

CMYK

 C value IS 0.84

 M value IS 0.26

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#104C67 (or 0x104C67) is known color: Astronaut Blue. HEX triplet: 10, 4C and 67. RGB value is (16,76,103). Sum of RGB (Red+Green+Blue) = 16+76+103=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 76 (30.08% from 255 or 38.97% from 195); Blue value is 103 (40.62% from 255 or 52.82% from 195); Max value from RGB is 103 - color contains mainly: blue. Hex color #104C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104C67 is #EFB398. Grayscale: #3C3C3C. Windows color (decimal): -15709081 or 6769680. OLE color: 6769680.

HSL color Cylindrical-coordinate representation of color #104C67: hue angle of 198.62º 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 #104C67 is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 16 76 103 -
CMYK 0.84 0.26 0 0.60
HSL 198.62º 0.73% 0.23% -
HSV(B) 198.62º 0.84% 0.4% -
XYZ 5.25 6.26 13.76 -
YUV 61.14 151.62 95.8 -
System Red Green Blue C M Y K H S L
Decimal 16 76 103 0.84 0.26 0 0.60 198.62 0.73 0.23
Hex 10 4C 67 54 1A 0 3C C7 49 17
Octal 20 114 147 124 32 0 74 307 111 27
Binary 10000 1001100 1100111 1010100 11010 0 111100 11000111 1001001 10111

Color Harmonies of #104C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104C67

Black with #104C67

Text Example


Text Example

White with #104C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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