Html Css Color HEX #1D4C5E Astronaut Blue

📋 copy color: '#1D4C5E'

red 29 ◦ green 76 ◦ blue 94

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

Shades of Astronaut Blue #1D4C5E

Tints of Astronaut Blue #1D4C5E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38.19%

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

R = 14.57%
G = 38.19%
B = 47.24%

CMYK

 C value IS 0.69

 M value IS 0.19

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1D4C5E (or 0x1D4C5E) is known color: Astronaut Blue. HEX triplet: 1D, 4C and 5E. RGB value is (29,76,94). Sum of RGB (Red+Green+Blue) = 29+76+94=199 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.57% from 199); Green value is 76 (30.08% from 255 or 38.19% from 199); Blue value is 94 (37.11% from 255 or 47.24% from 199); Max value from RGB is 94 - color contains mainly: blue. Hex color #1D4C5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4C5E is #E2B3A1. Grayscale: #3F3F3F. Windows color (decimal): -14857122 or 6179869. OLE color: 6179869.

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

Color convert

RGB 29 76 94 -
CMYK 0.69 0.19 0 0.63
HSL 196.62º 0.53% 0.24% -
HSV(B) 196.62º 0.69% 0.37% -
XYZ 5.11 6.24 11.52 -
YUV 64 144.93 103.04 -
System Red Green Blue C M Y K H S L
Decimal 29 76 94 0.69 0.19 0 0.63 196.62 0.53 0.24
Hex 1D 4C 5E 45 13 0 3F C5 35 18
Octal 35 114 136 105 23 0 77 305 65 30
Binary 11101 1001100 1011110 1000101 10011 0 111111 11000101 110101 11000

Color Harmonies of #1D4C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4C5E

Black with #1D4C5E

Text Example


Text Example

White with #1D4C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,76,94); }

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

background-color css

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

 a { background-color: rgb(29,76,94); }

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

border-color css

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

 span { border-color: rgb(29,76,94); }

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