Html Css Color HEX #1D4759 Astronaut Blue

📋 copy color: '#1D4759'

red 29 ◦ green 71 ◦ blue 89

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

Shades of Astronaut Blue #1D4759

Tints of Astronaut Blue #1D4759

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.57%

 BLUE value IS 89 (35.16% from 255) = 47.09%

R = 15.34%
G = 37.57%
B = 47.09%

CMYK

 C value IS 0.67

 M value IS 0.20

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1D4759 (or 0x1D4759) is known color: Astronaut Blue. HEX triplet: 1D, 47 and 59. RGB value is (29,71,89). Sum of RGB (Red+Green+Blue) = 29+71+89=189 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.34% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #1D4759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4759 is #E2B8A6. Grayscale: #3C3C3C. Windows color (decimal): -14858407 or 5850909. OLE color: 5850909.

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

Color convert

RGB 29 71 89 -
CMYK 0.67 0.20 0 0.65
HSL 198º 0.51% 0.23% -
HSV(B) 198º 0.67% 0.35% -
XYZ 4.56 5.49 10.27 -
YUV 60.49 144.09 105.54 -
System Red Green Blue C M Y K H S L
Decimal 29 71 89 0.67 0.20 0 0.65 198 0.51 0.23
Hex 1D 47 59 43 14 0 41 C6 33 17
Octal 35 107 131 103 24 0 101 306 63 27
Binary 11101 1000111 1011001 1000011 10100 0 1000001 11000110 110011 10111

Color Harmonies of #1D4759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4759

Black with #1D4759

Text Example


Text Example

White with #1D4759

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,71,89); }

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

background-color css

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

 a { background-color: rgb(29,71,89); }

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

border-color css

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

 span { border-color: rgb(29,71,89); }

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