Html Css Color HEX #1D455D Astronaut Blue

📋 copy color: '#1D455D'

red 29 ◦ green 69 ◦ blue 93

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

Shades of Astronaut Blue #1D455D

Tints of Astronaut Blue #1D455D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.13%

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

R = 15.18%
G = 36.13%
B = 48.69%

CMYK

 C value IS 0.69

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1D455D (or 0x1D455D) is known color: Astronaut Blue. HEX triplet: 1D, 45 and 5D. RGB value is (29,69,93). Sum of RGB (Red+Green+Blue) = 29+69+93=191 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.18% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #1D455D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D455D is #E2BAA2. Grayscale: #3B3B3B. Windows color (decimal): -14858915 or 6112541. OLE color: 6112541.

HSL color Cylindrical-coordinate representation of color #1D455D: hue angle of 202.5º 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 #1D455D is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 29 69 93 -
CMYK 0.69 0.26 0 0.64
HSL 202.5º 0.52% 0.24% -
HSV(B) 202.5º 0.69% 0.36% -
XYZ 4.61 5.31 11.14 -
YUV 59.78 146.75 106.05 -
System Red Green Blue C M Y K H S L
Decimal 29 69 93 0.69 0.26 0 0.64 202.5 0.52 0.24
Hex 1D 45 5D 45 1A 0 40 CA 34 18
Octal 35 105 135 105 32 0 100 312 64 30
Binary 11101 1000101 1011101 1000101 11010 0 1000000 11001010 110100 11000

Color Harmonies of #1D455D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D455D

Black with #1D455D

Text Example


Text Example

White with #1D455D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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