Html Css Color HEX #194155 Astronaut Blue

📋 copy color: '#194155'

red 25 ◦ green 65 ◦ blue 85

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

Shades of Astronaut Blue #194155

Tints of Astronaut Blue #194155

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.14%

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

R = 14.29%
G = 37.14%
B = 48.57%

CMYK

 C value IS 0.71

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#194155 (or 0x194155) is known color: Astronaut Blue. HEX triplet: 19, 41 and 55. RGB value is (25,65,85). Sum of RGB (Red+Green+Blue) = 25+65+85=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 85 - color contains mainly: blue. Hex color #194155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194155 is #E6BEAA. Grayscale: #373737. Windows color (decimal): -15122091 or 5587225. OLE color: 5587225.

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

Color convert

RGB 25 65 85 -
CMYK 0.71 0.24 0 0.67
HSL 200º 0.55% 0.22% -
HSV(B) 200º 0.71% 0.33% -
XYZ 3.93 4.64 9.28 -
YUV 55.32 144.75 106.37 -
System Red Green Blue C M Y K H S L
Decimal 25 65 85 0.71 0.24 0 0.67 200 0.55 0.22
Hex 19 41 55 47 18 0 43 C8 37 16
Octal 31 101 125 107 30 0 103 310 67 26
Binary 11001 1000001 1010101 1000111 11000 0 1000011 11001000 110111 10110

Color Harmonies of #194155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194155

Black with #194155

Text Example


Text Example

White with #194155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194155; }

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

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

background-color css

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

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

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

border-color css

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

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

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