Html Css Color HEX #194C5D Astronaut Blue

📋 copy color: '#194C5D'

red 25 ◦ green 76 ◦ blue 93

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

Shades of Astronaut Blue #194C5D

Tints of Astronaut Blue #194C5D

RGB

 RED value IS 25 (10.16% from 255) = 12.89%

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

 BLUE value IS 93 (36.72% from 255) = 47.94%

R = 12.89%
G = 39.18%
B = 47.94%

CMYK

 C value IS 0.73

 M value IS 0.18

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#194C5D (or 0x194C5D) is known color: Astronaut Blue. HEX triplet: 19, 4C and 5D. RGB value is (25,76,93). Sum of RGB (Red+Green+Blue) = 25+76+93=194 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.89% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 93 (36.72% from 255 or 47.94% from 194); Max value from RGB is 93 - color contains mainly: blue. Hex color #194C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194C5D is #E6B3A2. Grayscale: #3E3E3E. Windows color (decimal): -15119267 or 6114329. OLE color: 6114329.

HSL color Cylindrical-coordinate representation of color #194C5D: hue angle of 195º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #194C5D is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 25 76 93 -
CMYK 0.73 0.18 0 0.64
HSL 195º 0.58% 0.23% -
HSV(B) 195º 0.73% 0.36% -
XYZ 4.96 6.17 11.28 -
YUV 62.69 145.1 101.12 -
System Red Green Blue C M Y K H S L
Decimal 25 76 93 0.73 0.18 0 0.64 195 0.58 0.23
Hex 19 4C 5D 49 12 0 40 C3 3A 17
Octal 31 114 135 111 22 0 100 303 72 27
Binary 11001 1001100 1011101 1001001 10010 0 1000000 11000011 111010 10111

Color Harmonies of #194C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194C5D

Black with #194C5D

Text Example


Text Example

White with #194C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194C5D; }

 p { color: rgb(25,76,93); }

 H1.HeaderClassName
 {
   color: #194C5D;
 }
 .AnyTagClassName
 {
   color: #194C5D;
 }
</style>

background-color css

<style>
 a { background-color: #194C5D; }

 a { background-color: rgb(25,76,93); }

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

border-color css

<style>
 span { border-color: #194C5D; }

 span { border-color: rgb(25,76,93); }

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