Html Css Color HEX #1C495A Astronaut Blue

📋 copy color: '#1C495A'

red 28 ◦ green 73 ◦ blue 90

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

Shades of Astronaut Blue #1C495A

Tints of Astronaut Blue #1C495A

RGB

 RED value IS 28 (11.33% from 255) = 14.66%

 GREEN value IS 73 (28.91% from 255) = 38.22%

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

R = 14.66%
G = 38.22%
B = 47.12%

CMYK

 C value IS 0.69

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1C495A (or 0x1C495A) is known color: Astronaut Blue. HEX triplet: 1C, 49 and 5A. RGB value is (28,73,90). Sum of RGB (Red+Green+Blue) = 28+73+90=191 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.66% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 90 (35.55% from 255 or 47.12% from 191); Max value from RGB is 90 - color contains mainly: blue. Hex color #1C495A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C495A is #E3B6A5. Grayscale: #3D3D3D. Windows color (decimal): -14923430 or 5916956. OLE color: 5916956.

HSL color Cylindrical-coordinate representation of color #1C495A: hue angle of 196.45º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C495A is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 28 73 90 -
CMYK 0.69 0.19 0 0.65
HSL 196.45º 0.53% 0.23% -
HSV(B) 196.45º 0.69% 0.35% -
XYZ 4.71 5.75 10.53 -
YUV 61.48 144.09 104.12 -
System Red Green Blue C M Y K H S L
Decimal 28 73 90 0.69 0.19 0 0.65 196.45 0.53 0.23
Hex 1C 49 5A 45 13 0 41 C4 35 17
Octal 34 111 132 105 23 0 101 304 65 27
Binary 11100 1001001 1011010 1000101 10011 0 1000001 11000100 110101 10111

Color Harmonies of #1C495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C495A

Black with #1C495A

Text Example


Text Example

White with #1C495A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C495A; }

 p { color: rgb(28,73,90); }

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

background-color css

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

 a { background-color: rgb(28,73,90); }

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

border-color css

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

 span { border-color: rgb(28,73,90); }

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