Html Css Color HEX #194566 Astronaut Blue

📋 copy color: '#194566'

red 25 ◦ green 69 ◦ blue 102

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

Shades of Astronaut Blue #194566

Tints of Astronaut Blue #194566

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.2%

 BLUE value IS 102 (40.23% from 255) = 52.04%

R = 12.76%
G = 35.2%
B = 52.04%

CMYK

 C value IS 0.75

 M value IS 0.32

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#194566 (or 0x194566) is known color: Astronaut Blue. HEX triplet: 19, 45 and 66. RGB value is (25,69,102). Sum of RGB (Red+Green+Blue) = 25+69+102=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 102 (40.23% from 255 or 52.04% from 196); Max value from RGB is 102 - color contains mainly: blue. Hex color #194566 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194566 is #E6BA99. Grayscale: #3B3B3B. Windows color (decimal): -15121050 or 6702361. OLE color: 6702361.

HSL color Cylindrical-coordinate representation of color #194566: hue angle of 205.71º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #194566 is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 25 69 102 -
CMYK 0.75 0.32 0 0.6
HSL 205.71º 0.61% 0.25% -
HSV(B) 205.71º 0.75% 0.4% -
XYZ 4.93 5.42 13.36 -
YUV 59.61 151.92 103.32 -
System Red Green Blue C M Y K H S L
Decimal 25 69 102 0.75 0.32 0 0.6 205.71 0.61 0.25
Hex 19 45 66 4B 20 0 3C CE 3D 19
Octal 31 105 146 113 40 0 74 316 75 31
Binary 11001 1000101 1100110 1001011 100000 0 111100 11001110 111101 11001

Color Harmonies of #194566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194566

Black with #194566

Text Example


Text Example

White with #194566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194566; }

 p { color: rgb(25,69,102); }

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

background-color css

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

 a { background-color: rgb(25,69,102); }

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

border-color css

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

 span { border-color: rgb(25,69,102); }

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