Html Css Color HEX #194561 Astronaut Blue

📋 copy color: '#194561'

red 25 ◦ green 69 ◦ blue 97

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

Shades of Astronaut Blue #194561

Tints of Astronaut Blue #194561

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.13%

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

R = 13.09%
G = 36.13%
B = 50.79%

CMYK

 C value IS 0.74

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#194561 (or 0x194561) is known color: Astronaut Blue. HEX triplet: 19, 45 and 61. RGB value is (25,69,97). Sum of RGB (Red+Green+Blue) = 25+69+97=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 97 (38.28% from 255 or 50.79% from 191); Max value from RGB is 97 - color contains mainly: blue. Hex color #194561 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194561 is #E6BA9E. Grayscale: #3A3A3A. Windows color (decimal): -15121055 or 6374681. OLE color: 6374681.

HSL color Cylindrical-coordinate representation of color #194561: hue angle of 203.33º 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 #194561 is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 25 69 97 -
CMYK 0.74 0.29 0 0.62
HSL 203.33º 0.59% 0.24% -
HSV(B) 203.33º 0.74% 0.38% -
XYZ 4.69 5.33 12.09 -
YUV 59.04 149.42 103.72 -
System Red Green Blue C M Y K H S L
Decimal 25 69 97 0.74 0.29 0 0.62 203.33 0.59 0.24
Hex 19 45 61 4A 1D 0 3E CB 3B 18
Octal 31 105 141 112 35 0 76 313 73 30
Binary 11001 1000101 1100001 1001010 11101 0 111110 11001011 111011 11000

Color Harmonies of #194561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194561

Black with #194561

Text Example


Text Example

White with #194561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194561; }

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

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

background-color css

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

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

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

border-color css

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

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

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