Html Css Color HEX #194054 Astronaut Blue

📋 copy color: '#194054'

red 25 ◦ green 64 ◦ blue 84

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

Shades of Astronaut Blue #194054

Tints of Astronaut Blue #194054

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.99%

 BLUE value IS 84 (33.2% from 255) = 48.55%

R = 14.45%
G = 36.99%
B = 48.55%

CMYK

 C value IS 0.70

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#194054 (or 0x194054) is known color: Astronaut Blue. HEX triplet: 19, 40 and 54. RGB value is (25,64,84). Sum of RGB (Red+Green+Blue) = 25+64+84=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 84 (33.20% from 255 or 48.55% from 173); Max value from RGB is 84 - color contains mainly: blue. Hex color #194054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194054 is #E6BFAB. Grayscale: #363636. Windows color (decimal): -15122348 or 5521433. OLE color: 5521433.

HSL color Cylindrical-coordinate representation of color #194054: hue angle of 200.34º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #194054 is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 25 64 84 -
CMYK 0.70 0.24 0 0.67
HSL 200.34º 0.54% 0.21% -
HSV(B) 200.34º 0.7% 0.33% -
XYZ 3.83 4.51 9.06 -
YUV 54.62 144.58 106.87 -
System Red Green Blue C M Y K H S L
Decimal 25 64 84 0.70 0.24 0 0.67 200.34 0.54 0.21
Hex 19 40 54 46 18 0 43 C8 36 15
Octal 31 100 124 106 30 0 103 310 66 25
Binary 11001 1000000 1010100 1000110 11000 0 1000011 11001000 110110 10101

Color Harmonies of #194054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194054

Black with #194054

Text Example


Text Example

White with #194054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194054; }

 p { color: rgb(25,64,84); }

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

background-color css

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

 a { background-color: rgb(25,64,84); }

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

border-color css

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

 span { border-color: rgb(25,64,84); }

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