Html Css Color HEX #194555 Astronaut Blue

📋 copy color: '#194555'

red 25 ◦ green 69 ◦ blue 85

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

Shades of Astronaut Blue #194555

Tints of Astronaut Blue #194555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 47.49%

R = 13.97%
G = 38.55%
B = 47.49%

CMYK

 C value IS 0.71

 M value IS 0.19

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#194555 (or 0x194555) is known color: Astronaut Blue. HEX triplet: 19, 45 and 55. RGB value is (25,69,85). Sum of RGB (Red+Green+Blue) = 25+69+85=179 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.97% from 179); Green value is 69 (27.34% from 255 or 38.55% from 179); Blue value is 85 (33.59% from 255 or 47.49% from 179); Max value from RGB is 85 - color contains mainly: blue. Hex color #194555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194555 is #E6BAAA. Grayscale: #393939. Windows color (decimal): -15121067 or 5588249. OLE color: 5588249.

HSL color Cylindrical-coordinate representation of color #194555: hue angle of 196º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #194555 is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 25 69 85 -
CMYK 0.71 0.19 0 0.67
HSL 196º 0.55% 0.22% -
HSV(B) 196º 0.71% 0.33% -
XYZ 4.17 5.12 9.36 -
YUV 57.67 143.42 104.7 -
System Red Green Blue C M Y K H S L
Decimal 25 69 85 0.71 0.19 0 0.67 196 0.55 0.22
Hex 19 45 55 47 13 0 43 C4 37 16
Octal 31 105 125 107 23 0 103 304 67 26
Binary 11001 1000101 1010101 1000111 10011 0 1000011 11000100 110111 10110

Color Harmonies of #194555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194555

Black with #194555

Text Example


Text Example

White with #194555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194555; }

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

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

background-color css

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

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

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

border-color css

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

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

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