Html Css Color HEX #194567 Astronaut Blue

📋 copy color: '#194567'

red 25 ◦ green 69 ◦ blue 103

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

Shades of Astronaut Blue #194567

Tints of Astronaut Blue #194567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 52.28%

R = 12.69%
G = 35.03%
B = 52.28%

CMYK

 C value IS 0.76

 M value IS 0.33

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#194567 (or 0x194567) is known color: Astronaut Blue. HEX triplet: 19, 45 and 67. RGB value is (25,69,103). Sum of RGB (Red+Green+Blue) = 25+69+103=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 103 (40.62% from 255 or 52.28% from 197); Max value from RGB is 103 - color contains mainly: blue. Hex color #194567 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194567 is #E6BA98. Grayscale: #3B3B3B. Windows color (decimal): -15121049 or 6767897. OLE color: 6767897.

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

Color convert

RGB 25 69 103 -
CMYK 0.76 0.33 0 0.60
HSL 206.15º 0.61% 0.25% -
HSV(B) 206.15º 0.76% 0.4% -
XYZ 4.98 5.44 13.62 -
YUV 59.72 152.42 103.24 -
System Red Green Blue C M Y K H S L
Decimal 25 69 103 0.76 0.33 0 0.60 206.15 0.61 0.25
Hex 19 45 67 4C 21 0 3C CE 3D 19
Octal 31 105 147 114 41 0 74 316 75 31
Binary 11001 1000101 1100111 1001100 100001 0 111100 11001110 111101 11001

Color Harmonies of #194567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194567

Black with #194567

Text Example


Text Example

White with #194567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194567; }

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

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

background-color css

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

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

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

border-color css

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

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

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