Html Css Color HEX #19435A Astronaut Blue

📋 copy color: '#19435A'

red 25 ◦ green 67 ◦ blue 90

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

Shades of Astronaut Blue #19435A

Tints of Astronaut Blue #19435A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 49.45%

R = 13.74%
G = 36.81%
B = 49.45%

CMYK

 C value IS 0.72

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#19435A (or 0x19435A) is known color: Astronaut Blue. HEX triplet: 19, 43 and 5A. RGB value is (25,67,90). Sum of RGB (Red+Green+Blue) = 25+67+90=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 90 (35.55% from 255 or 49.45% from 182); Max value from RGB is 90 - color contains mainly: blue. Hex color #19435A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19435A is #E6BCA5. Grayscale: #383838. Windows color (decimal): -15121574 or 5915417. OLE color: 5915417.

HSL color Cylindrical-coordinate representation of color #19435A: hue angle of 201.23º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #19435A is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 25 67 90 -
CMYK 0.72 0.26 0 0.65
HSL 201.23º 0.57% 0.23% -
HSV(B) 201.23º 0.72% 0.35% -
XYZ 4.25 4.96 10.41 -
YUV 57.06 146.59 105.13 -
System Red Green Blue C M Y K H S L
Decimal 25 67 90 0.72 0.26 0 0.65 201.23 0.57 0.23
Hex 19 43 5A 48 1A 0 41 C9 39 17
Octal 31 103 132 110 32 0 101 311 71 27
Binary 11001 1000011 1011010 1001000 11010 0 1000001 11001001 111001 10111

Color Harmonies of #19435A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19435A

Black with #19435A

Text Example


Text Example

White with #19435A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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