Html Css Color HEX #194661 Astronaut Blue

📋 copy color: '#194661'

red 25 ◦ green 70 ◦ blue 97

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

Shades of Astronaut Blue #194661

Tints of Astronaut Blue #194661

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.46%

 BLUE value IS 97 (38.28% from 255) = 50.52%

R = 13.02%
G = 36.46%
B = 50.52%

CMYK

 C value IS 0.74

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#194661 (or 0x194661) is known color: Astronaut Blue. HEX triplet: 19, 46 and 61. RGB value is (25,70,97). Sum of RGB (Red+Green+Blue) = 25+70+97=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 70 (27.73% from 255 or 36.46% from 192); Blue value is 97 (38.28% from 255 or 50.52% from 192); Max value from RGB is 97 - color contains mainly: blue. Hex color #194661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194661 is #E6B99E. Grayscale: #3B3B3B. Windows color (decimal): -15120799 or 6374937. OLE color: 6374937.

HSL color Cylindrical-coordinate representation of color #194661: hue angle of 202.5º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #194661 is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 25 70 97 -
CMYK 0.74 0.28 0 0.62
HSL 202.5º 0.59% 0.24% -
HSV(B) 202.5º 0.74% 0.38% -
XYZ 4.75 5.45 12.11 -
YUV 59.62 149.09 103.3 -
System Red Green Blue C M Y K H S L
Decimal 25 70 97 0.74 0.28 0 0.62 202.5 0.59 0.24
Hex 19 46 61 4A 1C 0 3E CA 3B 18
Octal 31 106 141 112 34 0 76 312 73 30
Binary 11001 1000110 1100001 1001010 11100 0 111110 11001010 111011 11000

Color Harmonies of #194661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194661

Black with #194661

Text Example


Text Example

White with #194661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194661; }

 p { color: rgb(25,70,97); }

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

background-color css

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

 a { background-color: rgb(25,70,97); }

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

border-color css

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

 span { border-color: rgb(25,70,97); }

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