Html Css Color HEX #194858 Astronaut Blue

📋 copy color: '#194858'

red 25 ◦ green 72 ◦ blue 88

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

Shades of Astronaut Blue #194858

Tints of Astronaut Blue #194858

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.92%

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

R = 13.51%
G = 38.92%
B = 47.57%

CMYK

 C value IS 0.72

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#194858 (or 0x194858) is known color: Astronaut Blue. HEX triplet: 19, 48 and 58. RGB value is (25,72,88). Sum of RGB (Red+Green+Blue) = 25+72+88=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 88 (34.77% from 255 or 47.57% from 185); Max value from RGB is 88 - color contains mainly: blue. Hex color #194858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194858 is #E6B7A7. Grayscale: #3B3B3B. Windows color (decimal): -15120296 or 5785625. OLE color: 5785625.

HSL color Cylindrical-coordinate representation of color #194858: hue angle of 195.24º 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 #194858 is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 25 72 88 -
CMYK 0.72 0.18 0 0.65
HSL 195.24º 0.56% 0.22% -
HSV(B) 195.24º 0.72% 0.35% -
XYZ 4.48 5.55 10.07 -
YUV 59.77 143.93 103.2 -
System Red Green Blue C M Y K H S L
Decimal 25 72 88 0.72 0.18 0 0.65 195.24 0.56 0.22
Hex 19 48 58 48 12 0 41 C3 38 16
Octal 31 110 130 110 22 0 101 303 70 26
Binary 11001 1001000 1011000 1001000 10010 0 1000001 11000011 111000 10110

Color Harmonies of #194858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194858

Black with #194858

Text Example


Text Example

White with #194858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194858; }

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

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

background-color css

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

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

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

border-color css

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

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

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