Html Css Color HEX #194456 Astronaut Blue

📋 copy color: '#194456'

red 25 ◦ green 68 ◦ blue 86

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

Shades of Astronaut Blue #194456

Tints of Astronaut Blue #194456

RGB

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

 GREEN value IS 68 (26.95% from 255) = 37.99%

 BLUE value IS 86 (33.98% from 255) = 48.04%

R = 13.97%
G = 37.99%
B = 48.04%

CMYK

 C value IS 0.71

 M value IS 0.21

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#194456 (or 0x194456) is known color: Astronaut Blue. HEX triplet: 19, 44 and 56. RGB value is (25,68,86). Sum of RGB (Red+Green+Blue) = 25+68+86=179 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.97% from 179); Green value is 68 (26.95% from 255 or 37.99% from 179); Blue value is 86 (33.98% from 255 or 48.04% from 179); Max value from RGB is 86 - color contains mainly: blue. Hex color #194456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194456 is #E6BBA9. Grayscale: #393939. Windows color (decimal): -15121322 or 5653529. OLE color: 5653529.

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

Color convert

RGB 25 68 86 -
CMYK 0.71 0.21 0 0.66
HSL 197.7º 0.55% 0.22% -
HSV(B) 197.7º 0.71% 0.34% -
XYZ 4.15 5.01 9.55 -
YUV 57.2 144.25 105.04 -
System Red Green Blue C M Y K H S L
Decimal 25 68 86 0.71 0.21 0 0.66 197.7 0.55 0.22
Hex 19 44 56 47 15 0 42 C6 37 16
Octal 31 104 126 107 25 0 102 306 67 26
Binary 11001 1000100 1010110 1000111 10101 0 1000010 11000110 110111 10110

Color Harmonies of #194456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194456

Black with #194456

Text Example


Text Example

White with #194456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194456; }

 p { color: rgb(25,68,86); }

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

background-color css

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

 a { background-color: rgb(25,68,86); }

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

border-color css

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

 span { border-color: rgb(25,68,86); }

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