Html Css Color HEX #19435E Astronaut Blue

📋 copy color: '#19435E'

red 25 ◦ green 67 ◦ blue 94

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

Shades of Astronaut Blue #19435E

Tints of Astronaut Blue #19435E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 50.54%

R = 13.44%
G = 36.02%
B = 50.54%

CMYK

 C value IS 0.73

 M value IS 0.29

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#19435E (or 0x19435E) is known color: Astronaut Blue. HEX triplet: 19, 43 and 5E. RGB value is (25,67,94). Sum of RGB (Red+Green+Blue) = 25+67+94=186 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.44% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 94 (37.11% from 255 or 50.54% from 186); Max value from RGB is 94 - color contains mainly: blue. Hex color #19435E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19435E is #E6BCA1. Grayscale: #393939. Windows color (decimal): -15121570 or 6177561. OLE color: 6177561.

HSL color Cylindrical-coordinate representation of color #19435E: hue angle of 203.48º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19435E is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 25 67 94 -
CMYK 0.73 0.29 0 0.63
HSL 203.48º 0.58% 0.23% -
HSV(B) 203.48º 0.73% 0.37% -
XYZ 4.43 5.03 11.33 -
YUV 57.52 148.59 104.8 -
System Red Green Blue C M Y K H S L
Decimal 25 67 94 0.73 0.29 0 0.63 203.48 0.58 0.23
Hex 19 43 5E 49 1D 0 3F CB 3A 17
Octal 31 103 136 111 35 0 77 313 72 27
Binary 11001 1000011 1011110 1001001 11101 0 111111 11001011 111010 10111

Color Harmonies of #19435E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19435E

Black with #19435E

Text Example


Text Example

White with #19435E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19435E; }

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

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

background-color css

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

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

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

border-color css

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

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

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