Html Css Color HEX #1D455C Astronaut Blue

📋 copy color: '#1D455C'

red 29 ◦ green 69 ◦ blue 92

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

Shades of Astronaut Blue #1D455C

Tints of Astronaut Blue #1D455C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 48.42%

R = 15.26%
G = 36.32%
B = 48.42%

CMYK

 C value IS 0.68

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1D455C (or 0x1D455C) is known color: Astronaut Blue. HEX triplet: 1D, 45 and 5C. RGB value is (29,69,92). Sum of RGB (Red+Green+Blue) = 29+69+92=190 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.26% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 92 (36.33% from 255 or 48.42% from 190); Max value from RGB is 92 - color contains mainly: blue. Hex color #1D455C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D455C is #E2BAA3. Grayscale: #3B3B3B. Windows color (decimal): -14858916 or 6047005. OLE color: 6047005.

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

Color convert

RGB 29 69 92 -
CMYK 0.68 0.25 0 0.64
HSL 201.9º 0.52% 0.24% -
HSV(B) 201.9º 0.68% 0.36% -
XYZ 4.57 5.29 10.91 -
YUV 59.66 146.25 106.13 -
System Red Green Blue C M Y K H S L
Decimal 29 69 92 0.68 0.25 0 0.64 201.9 0.52 0.24
Hex 1D 45 5C 44 19 0 40 CA 34 18
Octal 35 105 134 104 31 0 100 312 64 30
Binary 11101 1000101 1011100 1000100 11001 0 1000000 11001010 110100 11000

Color Harmonies of #1D455C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D455C

Black with #1D455C

Text Example


Text Example

White with #1D455C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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