Html Css Color HEX #194158 Astronaut Blue

📋 copy color: '#194158'

red 25 ◦ green 65 ◦ blue 88

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

Shades of Astronaut Blue #194158

Tints of Astronaut Blue #194158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 49.44%

R = 14.04%
G = 36.52%
B = 49.44%

CMYK

 C value IS 0.72

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#194158 (or 0x194158) is known color: Astronaut Blue. HEX triplet: 19, 41 and 58. RGB value is (25,65,88). Sum of RGB (Red+Green+Blue) = 25+65+88=178 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.04% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 88 (34.77% from 255 or 49.44% from 178); Max value from RGB is 88 - color contains mainly: blue. Hex color #194158 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194158 is #E6BEA7. Grayscale: #373737. Windows color (decimal): -15122088 or 5783833. OLE color: 5783833.

HSL color Cylindrical-coordinate representation of color #194158: hue angle of 201.9º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #194158 is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 25 65 88 -
CMYK 0.72 0.26 0 0.65
HSL 201.9º 0.56% 0.22% -
HSV(B) 201.9º 0.72% 0.35% -
XYZ 4.05 4.69 9.92 -
YUV 55.66 146.25 106.13 -
System Red Green Blue C M Y K H S L
Decimal 25 65 88 0.72 0.26 0 0.65 201.9 0.56 0.22
Hex 19 41 58 48 1A 0 41 CA 38 16
Octal 31 101 130 110 32 0 101 312 70 26
Binary 11001 1000001 1011000 1001000 11010 0 1000001 11001010 111000 10110

Color Harmonies of #194158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194158

Black with #194158

Text Example


Text Example

White with #194158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194158; }

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

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

background-color css

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

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

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

border-color css

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

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

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