Html Css Color HEX #1D495D Astronaut Blue

📋 copy color: '#1D495D'

red 29 ◦ green 73 ◦ blue 93

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

Shades of Astronaut Blue #1D495D

Tints of Astronaut Blue #1D495D

RGB

 RED value IS 29 (11.72% from 255) = 14.87%

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

 BLUE value IS 93 (36.72% from 255) = 47.69%

R = 14.87%
G = 37.44%
B = 47.69%

CMYK

 C value IS 0.69

 M value IS 0.22

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1D495D (or 0x1D495D) is known color: Astronaut Blue. HEX triplet: 1D, 49 and 5D. RGB value is (29,73,93). Sum of RGB (Red+Green+Blue) = 29+73+93=195 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.87% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 93 - color contains mainly: blue. Hex color #1D495D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D495D is #E2B6A2. Grayscale: #3E3E3E. Windows color (decimal): -14857891 or 6113565. OLE color: 6113565.

HSL color Cylindrical-coordinate representation of color #1D495D: hue angle of 198.75º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D495D is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 29 73 93 -
CMYK 0.69 0.22 0 0.64
HSL 198.75º 0.52% 0.24% -
HSV(B) 198.75º 0.69% 0.36% -
XYZ 4.87 5.82 11.22 -
YUV 62.12 145.42 104.37 -
System Red Green Blue C M Y K H S L
Decimal 29 73 93 0.69 0.22 0 0.64 198.75 0.52 0.24
Hex 1D 49 5D 45 16 0 40 C7 34 18
Octal 35 111 135 105 26 0 100 307 64 30
Binary 11101 1001001 1011101 1000101 10110 0 1000000 11000111 110100 11000

Color Harmonies of #1D495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D495D

Black with #1D495D

Text Example


Text Example

White with #1D495D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,73,93); }

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

background-color css

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

 a { background-color: rgb(29,73,93); }

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

border-color css

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

 span { border-color: rgb(29,73,93); }

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