Html Css Color HEX #194563 Astronaut Blue

📋 copy color: '#194563'

red 25 ◦ green 69 ◦ blue 99

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

Shades of Astronaut Blue #194563

Tints of Astronaut Blue #194563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 51.3%

R = 12.95%
G = 35.75%
B = 51.3%

CMYK

 C value IS 0.75

 M value IS 0.30

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#194563 (or 0x194563) is known color: Astronaut Blue. HEX triplet: 19, 45 and 63. RGB value is (25,69,99). Sum of RGB (Red+Green+Blue) = 25+69+99=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 99 (39.06% from 255 or 51.30% from 193); Max value from RGB is 99 - color contains mainly: blue. Hex color #194563 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194563 is #E6BA9C. Grayscale: #3B3B3B. Windows color (decimal): -15121053 or 6505753. OLE color: 6505753.

HSL color Cylindrical-coordinate representation of color #194563: hue angle of 204.32º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #194563 is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 25 69 99 -
CMYK 0.75 0.30 0 0.61
HSL 204.32º 0.6% 0.24% -
HSV(B) 204.32º 0.75% 0.39% -
XYZ 4.78 5.36 12.59 -
YUV 59.26 150.42 103.56 -
System Red Green Blue C M Y K H S L
Decimal 25 69 99 0.75 0.30 0 0.61 204.32 0.6 0.24
Hex 19 45 63 4B 1E 0 3D CC 3C 18
Octal 31 105 143 113 36 0 75 314 74 30
Binary 11001 1000101 1100011 1001011 11110 0 111101 11001100 111100 11000

Color Harmonies of #194563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194563

Black with #194563

Text Example


Text Example

White with #194563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194563; }

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

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

background-color css

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

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

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

border-color css

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

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

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