Html Css Color HEX #1D465E Astronaut Blue

📋 copy color: '#1D465E'

red 29 ◦ green 70 ◦ blue 94

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

Shades of Astronaut Blue #1D465E

Tints of Astronaut Blue #1D465E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 48.7%

R = 15.03%
G = 36.27%
B = 48.7%

CMYK

 C value IS 0.69

 M value IS 0.26

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1D465E (or 0x1D465E) is known color: Astronaut Blue. HEX triplet: 1D, 46 and 5E. RGB value is (29,70,94). Sum of RGB (Red+Green+Blue) = 29+70+94=193 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.03% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 94 (37.11% from 255 or 48.70% from 193); Max value from RGB is 94 - color contains mainly: blue. Hex color #1D465E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D465E is #E2B9A1. Grayscale: #3C3C3C. Windows color (decimal): -14858658 or 6178333. OLE color: 6178333.

HSL color Cylindrical-coordinate representation of color #1D465E: hue angle of 202.15º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D465E is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 29 70 94 -
CMYK 0.69 0.26 0 0.63
HSL 202.15º 0.53% 0.24% -
HSV(B) 202.15º 0.69% 0.37% -
XYZ 4.72 5.45 11.39 -
YUV 60.48 146.92 105.55 -
System Red Green Blue C M Y K H S L
Decimal 29 70 94 0.69 0.26 0 0.63 202.15 0.53 0.24
Hex 1D 46 5E 45 1A 0 3F CA 35 18
Octal 35 106 136 105 32 0 77 312 65 30
Binary 11101 1000110 1011110 1000101 11010 0 111111 11001010 110101 11000

Color Harmonies of #1D465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D465E

Black with #1D465E

Text Example


Text Example

White with #1D465E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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