Html Css Color HEX #194354 Astronaut Blue

📋 copy color: '#194354'

red 25 ◦ green 67 ◦ blue 84

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

Shades of Astronaut Blue #194354

Tints of Astronaut Blue #194354

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.07%

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

R = 14.2%
G = 38.07%
B = 47.73%

CMYK

 C value IS 0.70

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#194354 (or 0x194354) is known color: Astronaut Blue. HEX triplet: 19, 43 and 54. RGB value is (25,67,84). Sum of RGB (Red+Green+Blue) = 25+67+84=176 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.20% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 84 (33.20% from 255 or 47.73% from 176); Max value from RGB is 84 - color contains mainly: blue. Hex color #194354 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194354 is #E6BCAB. Grayscale: #383838. Windows color (decimal): -15121580 or 5522201. OLE color: 5522201.

HSL color Cylindrical-coordinate representation of color #194354: hue angle of 197.29º 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 #194354 is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 25 67 84 -
CMYK 0.70 0.20 0 0.67
HSL 197.29º 0.54% 0.21% -
HSV(B) 197.29º 0.7% 0.33% -
XYZ 4.01 4.86 9.11 -
YUV 56.38 143.59 105.62 -
System Red Green Blue C M Y K H S L
Decimal 25 67 84 0.70 0.20 0 0.67 197.29 0.54 0.21
Hex 19 43 54 46 14 0 43 C5 36 15
Octal 31 103 124 106 24 0 103 305 66 25
Binary 11001 1000011 1010100 1000110 10100 0 1000011 11000101 110110 10101

Color Harmonies of #194354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194354

Black with #194354

Text Example


Text Example

White with #194354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194354; }

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

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

background-color css

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

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

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

border-color css

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

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

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