Html Css Color HEX #194454 Astronaut Blue

📋 copy color: '#194454'

red 25 ◦ green 68 ◦ blue 84

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

Shades of Astronaut Blue #194454

Tints of Astronaut Blue #194454

RGB

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

 GREEN value IS 68 (26.95% from 255) = 38.42%

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

R = 14.12%
G = 38.42%
B = 47.46%

CMYK

 C value IS 0.70

 M value IS 0.19

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#194454 (or 0x194454) is known color: Astronaut Blue. HEX triplet: 19, 44 and 54. RGB value is (25,68,84). Sum of RGB (Red+Green+Blue) = 25+68+84=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 84 (33.20% from 255 or 47.46% from 177); Max value from RGB is 84 - color contains mainly: blue. Hex color #194454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194454 is #E6BBAB. Grayscale: #383838. Windows color (decimal): -15121324 or 5522457. OLE color: 5522457.

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

Color convert

RGB 25 68 84 -
CMYK 0.70 0.19 0 0.67
HSL 196.27º 0.54% 0.21% -
HSV(B) 196.27º 0.7% 0.33% -
XYZ 4.07 4.98 9.13 -
YUV 56.97 143.25 105.2 -
System Red Green Blue C M Y K H S L
Decimal 25 68 84 0.70 0.19 0 0.67 196.27 0.54 0.21
Hex 19 44 54 46 13 0 43 C4 36 15
Octal 31 104 124 106 23 0 103 304 66 25
Binary 11001 1000100 1010100 1000110 10011 0 1000011 11000100 110110 10101

Color Harmonies of #194454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194454

Black with #194454

Text Example


Text Example

White with #194454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194454; }

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

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

background-color css

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

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

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

border-color css

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

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

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