Html Css Color HEX #194C5F Astronaut Blue

📋 copy color: '#194C5F'

red 25 ◦ green 76 ◦ blue 95

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

Shades of Astronaut Blue #194C5F

Tints of Astronaut Blue #194C5F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38.78%

 BLUE value IS 95 (37.5% from 255) = 48.47%

R = 12.76%
G = 38.78%
B = 48.47%

CMYK

 C value IS 0.74

 M value IS 0.20

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#194C5F (or 0x194C5F) is known color: Astronaut Blue. HEX triplet: 19, 4C and 5F. RGB value is (25,76,95). Sum of RGB (Red+Green+Blue) = 25+76+95=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 76 (30.08% from 255 or 38.78% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 95 - color contains mainly: blue. Hex color #194C5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194C5F is #E6B3A0. Grayscale: #3E3E3E. Windows color (decimal): -15119265 or 6245401. OLE color: 6245401.

HSL color Cylindrical-coordinate representation of color #194C5F: hue angle of 196.29º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #194C5F is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 25 76 95 -
CMYK 0.74 0.20 0 0.63
HSL 196.29º 0.58% 0.24% -
HSV(B) 196.29º 0.74% 0.37% -
XYZ 5.05 6.2 11.76 -
YUV 62.92 146.1 100.96 -
System Red Green Blue C M Y K H S L
Decimal 25 76 95 0.74 0.20 0 0.63 196.29 0.58 0.24
Hex 19 4C 5F 4A 14 0 3F C4 3A 18
Octal 31 114 137 112 24 0 77 304 72 30
Binary 11001 1001100 1011111 1001010 10100 0 111111 11000100 111010 11000

Color Harmonies of #194C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194C5F

Black with #194C5F

Text Example


Text Example

White with #194C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194C5F; }

 p { color: rgb(25,76,95); }

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

background-color css

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

 a { background-color: rgb(25,76,95); }

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

border-color css

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

 span { border-color: rgb(25,76,95); }

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