Html Css Color HEX #104F67 Astronaut Blue

📋 copy color: '#104F67'

red 16 ◦ green 79 ◦ blue 103

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

Shades of Astronaut Blue #104F67

Tints of Astronaut Blue #104F67

RGB

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

 GREEN value IS 79 (31.25% from 255) = 39.9%

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

R = 8.08%
G = 39.9%
B = 52.02%

CMYK

 C value IS 0.84

 M value IS 0.23

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#104F67 (or 0x104F67) is known color: Astronaut Blue. HEX triplet: 10, 4F and 67. RGB value is (16,79,103). Sum of RGB (Red+Green+Blue) = 16+79+103=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 79 (31.25% from 255 or 39.90% from 198); Blue value is 103 (40.62% from 255 or 52.02% from 198); Max value from RGB is 103 - color contains mainly: blue. Hex color #104F67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104F67 is #EFB098. Grayscale: #3E3E3E. Windows color (decimal): -15708313 or 6770448. OLE color: 6770448.

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

Color convert

RGB 16 79 103 -
CMYK 0.84 0.23 0 0.60
HSL 196.55º 0.73% 0.23% -
HSV(B) 196.55º 0.84% 0.4% -
XYZ 5.46 6.68 13.83 -
YUV 62.9 150.63 94.55 -
System Red Green Blue C M Y K H S L
Decimal 16 79 103 0.84 0.23 0 0.60 196.55 0.73 0.23
Hex 10 4F 67 54 17 0 3C C5 49 17
Octal 20 117 147 124 27 0 74 305 111 27
Binary 10000 1001111 1100111 1010100 10111 0 111100 11000101 1001001 10111

Color Harmonies of #104F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104F67

Black with #104F67

Text Example


Text Example

White with #104F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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