Html Css Color HEX #194562 Astronaut Blue

📋 copy color: '#194562'

red 25 ◦ green 69 ◦ blue 98

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

Shades of Astronaut Blue #194562

Tints of Astronaut Blue #194562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 51.04%

R = 13.02%
G = 35.94%
B = 51.04%

CMYK

 C value IS 0.74

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#194562 (or 0x194562) is known color: Astronaut Blue. HEX triplet: 19, 45 and 62. RGB value is (25,69,98). Sum of RGB (Red+Green+Blue) = 25+69+98=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 98 (38.67% from 255 or 51.04% from 192); Max value from RGB is 98 - color contains mainly: blue. Hex color #194562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194562 is #E6BA9D. Grayscale: #3A3A3A. Windows color (decimal): -15121054 or 6440217. OLE color: 6440217.

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

Color convert

RGB 25 69 98 -
CMYK 0.74 0.30 0 0.62
HSL 203.84º 0.59% 0.24% -
HSV(B) 203.84º 0.74% 0.38% -
XYZ 4.73 5.34 12.34 -
YUV 59.15 149.92 103.64 -
System Red Green Blue C M Y K H S L
Decimal 25 69 98 0.74 0.30 0 0.62 203.84 0.59 0.24
Hex 19 45 62 4A 1E 0 3E CC 3B 18
Octal 31 105 142 112 36 0 76 314 73 30
Binary 11001 1000101 1100010 1001010 11110 0 111110 11001100 111011 11000

Color Harmonies of #194562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194562

Black with #194562

Text Example


Text Example

White with #194562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194562; }

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

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

background-color css

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

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

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

border-color css

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

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

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