Html Css Color HEX #1D4357 Astronaut Blue

📋 copy color: '#1D4357'

red 29 ◦ green 67 ◦ blue 87

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

Shades of Astronaut Blue #1D4357

Tints of Astronaut Blue #1D4357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 47.54%

R = 15.85%
G = 36.61%
B = 47.54%

CMYK

 C value IS 0.67

 M value IS 0.23

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#1D4357 (or 0x1D4357) is known color: Astronaut Blue. HEX triplet: 1D, 43 and 57. RGB value is (29,67,87). Sum of RGB (Red+Green+Blue) = 29+67+87=183 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.85% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 87 (34.38% from 255 or 47.54% from 183); Max value from RGB is 87 - color contains mainly: blue. Hex color #1D4357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4357 is #E2BCA8. Grayscale: #393939. Windows color (decimal): -14859433 or 5718813. OLE color: 5718813.

HSL color Cylindrical-coordinate representation of color #1D4357: hue angle of 200.69º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D4357 is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 29 67 87 -
CMYK 0.67 0.23 0 0.66
HSL 200.69º 0.5% 0.23% -
HSV(B) 200.69º 0.67% 0.34% -
XYZ 4.23 4.96 9.75 -
YUV 57.92 144.41 107.37 -
System Red Green Blue C M Y K H S L
Decimal 29 67 87 0.67 0.23 0 0.66 200.69 0.5 0.23
Hex 1D 43 57 43 17 0 42 C9 32 17
Octal 35 103 127 103 27 0 102 311 62 27
Binary 11101 1000011 1010111 1000011 10111 0 1000010 11001001 110010 10111

Color Harmonies of #1D4357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4357

Black with #1D4357

Text Example


Text Example

White with #1D4357

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,67,87); }

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

background-color css

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

 a { background-color: rgb(29,67,87); }

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

border-color css

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

 span { border-color: rgb(29,67,87); }

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