Html Css Color HEX #194357 Astronaut Blue

📋 copy color: '#194357'

red 25 ◦ green 67 ◦ blue 87

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

Shades of Astronaut Blue #194357

Tints of Astronaut Blue #194357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 48.6%

R = 13.97%
G = 37.43%
B = 48.6%

CMYK

 C value IS 0.71

 M value IS 0.23

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#194357 (or 0x194357) is known color: Astronaut Blue. HEX triplet: 19, 43 and 57. RGB value is (25,67,87). Sum of RGB (Red+Green+Blue) = 25+67+87=179 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.97% from 179); Green value is 67 (26.56% from 255 or 37.43% from 179); Blue value is 87 (34.38% from 255 or 48.60% from 179); Max value from RGB is 87 - color contains mainly: blue. Hex color #194357 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194357 is #E6BCA8. Grayscale: #383838. Windows color (decimal): -15121577 or 5718809. OLE color: 5718809.

HSL color Cylindrical-coordinate representation of color #194357: hue angle of 199.35º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #194357 is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 25 67 87 -
CMYK 0.71 0.23 0 0.66
HSL 199.35º 0.55% 0.22% -
HSV(B) 199.35º 0.71% 0.34% -
XYZ 4.13 4.91 9.75 -
YUV 56.72 145.09 105.37 -
System Red Green Blue C M Y K H S L
Decimal 25 67 87 0.71 0.23 0 0.66 199.35 0.55 0.22
Hex 19 43 57 47 17 0 42 C7 37 16
Octal 31 103 127 107 27 0 102 307 67 26
Binary 11001 1000011 1010111 1000111 10111 0 1000010 11000111 110111 10110

Color Harmonies of #194357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194357

Black with #194357

Text Example


Text Example

White with #194357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194357; }

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

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

background-color css

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

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

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

border-color css

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

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

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