Html Css Color HEX #194355 Astronaut Blue

📋 copy color: '#194355'

red 25 ◦ green 67 ◦ blue 85

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

Shades of Astronaut Blue #194355

Tints of Astronaut Blue #194355

RGB

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

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

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

R = 14.12%
G = 37.85%
B = 48.02%

CMYK

 C value IS 0.71

 M value IS 0.21

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#194355 (or 0x194355) is known color: Astronaut Blue. HEX triplet: 19, 43 and 55. RGB value is (25,67,85). Sum of RGB (Red+Green+Blue) = 25+67+85=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 85 (33.59% from 255 or 48.02% from 177); Max value from RGB is 85 - color contains mainly: blue. Hex color #194355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194355 is #E6BCAA. Grayscale: #383838. Windows color (decimal): -15121579 or 5587737. OLE color: 5587737.

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

Color convert

RGB 25 67 85 -
CMYK 0.71 0.21 0 0.67
HSL 198º 0.55% 0.22% -
HSV(B) 198º 0.71% 0.33% -
XYZ 4.05 4.88 9.32 -
YUV 56.49 144.09 105.54 -
System Red Green Blue C M Y K H S L
Decimal 25 67 85 0.71 0.21 0 0.67 198 0.55 0.22
Hex 19 43 55 47 15 0 43 C6 37 16
Octal 31 103 125 107 25 0 103 306 67 26
Binary 11001 1000011 1010101 1000111 10101 0 1000011 11000110 110111 10110

Color Harmonies of #194355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194355

Black with #194355

Text Example


Text Example

White with #194355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194355; }

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

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

background-color css

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

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

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

border-color css

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

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

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