Html Css Color HEX #194359 Astronaut Blue

📋 copy color: '#194359'

red 25 ◦ green 67 ◦ blue 89

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

Shades of Astronaut Blue #194359

Tints of Astronaut Blue #194359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 49.17%

R = 13.81%
G = 37.02%
B = 49.17%

CMYK

 C value IS 0.72

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#194359 (or 0x194359) is known color: Astronaut Blue. HEX triplet: 19, 43 and 59. RGB value is (25,67,89). Sum of RGB (Red+Green+Blue) = 25+67+89=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 89 (35.16% from 255 or 49.17% from 181); Max value from RGB is 89 - color contains mainly: blue. Hex color #194359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194359 is #E6BCA6. Grayscale: #383838. Windows color (decimal): -15121575 or 5849881. OLE color: 5849881.

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

Color convert

RGB 25 67 89 -
CMYK 0.72 0.25 0 0.65
HSL 200.63º 0.56% 0.22% -
HSV(B) 200.63º 0.72% 0.35% -
XYZ 4.21 4.94 10.18 -
YUV 56.95 146.09 105.21 -
System Red Green Blue C M Y K H S L
Decimal 25 67 89 0.72 0.25 0 0.65 200.63 0.56 0.22
Hex 19 43 59 48 19 0 41 C9 38 16
Octal 31 103 131 110 31 0 101 311 70 26
Binary 11001 1000011 1011001 1001000 11001 0 1000001 11001001 111000 10110

Color Harmonies of #194359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194359

Black with #194359

Text Example


Text Example

White with #194359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194359; }

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

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

background-color css

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

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

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

border-color css

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

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

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