Html Css Color HEX #1D465C Astronaut Blue

📋 copy color: '#1D465C'

red 29 ◦ green 70 ◦ blue 92

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

Shades of Astronaut Blue #1D465C

Tints of Astronaut Blue #1D465C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.65%

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

R = 15.18%
G = 36.65%
B = 48.17%

CMYK

 C value IS 0.68

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1D465C (or 0x1D465C) is known color: Astronaut Blue. HEX triplet: 1D, 46 and 5C. RGB value is (29,70,92). Sum of RGB (Red+Green+Blue) = 29+70+92=191 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.18% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 92 (36.33% from 255 or 48.17% from 191); Max value from RGB is 92 - color contains mainly: blue. Hex color #1D465C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D465C is #E2B9A3. Grayscale: #3C3C3C. Windows color (decimal): -14858660 or 6047261. OLE color: 6047261.

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

Color convert

RGB 29 70 92 -
CMYK 0.68 0.24 0 0.64
HSL 200.95º 0.52% 0.24% -
HSV(B) 200.95º 0.68% 0.36% -
XYZ 4.63 5.41 10.93 -
YUV 60.25 145.92 105.71 -
System Red Green Blue C M Y K H S L
Decimal 29 70 92 0.68 0.24 0 0.64 200.95 0.52 0.24
Hex 1D 46 5C 44 18 0 40 C9 34 18
Octal 35 106 134 104 30 0 100 311 64 30
Binary 11101 1000110 1011100 1000100 11000 0 1000000 11001001 110100 11000

Color Harmonies of #1D465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D465C

Black with #1D465C

Text Example


Text Example

White with #1D465C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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