Html Css Color HEX #1D465F Astronaut Blue

📋 copy color: '#1D465F'

red 29 ◦ green 70 ◦ blue 95

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

Shades of Astronaut Blue #1D465F

Tints of Astronaut Blue #1D465F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 48.97%

R = 14.95%
G = 36.08%
B = 48.97%

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

#1D465F (or 0x1D465F) is known color: Astronaut Blue. HEX triplet: 1D, 46 and 5F. RGB value is (29,70,95). Sum of RGB (Red+Green+Blue) = 29+70+95=194 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.95% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 95 (37.5% from 255 or 48.97% from 194); Max value from RGB is 95 - color contains mainly: blue. Hex color #1D465F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D465F is #E2B9A0. Grayscale: #3C3C3C. Windows color (decimal): -14858657 or 6243869. OLE color: 6243869.

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

Color convert

RGB 29 70 95 -
CMYK 0.69 0.26 0 0.63
HSL 202.73º 0.53% 0.24% -
HSV(B) 202.73º 0.69% 0.37% -
XYZ 4.76 5.47 11.63 -
YUV 60.59 147.42 105.47 -
System Red Green Blue C M Y K H S L
Decimal 29 70 95 0.69 0.26 0 0.63 202.73 0.53 0.24
Hex 1D 46 5F 45 1A 0 3F CB 35 18
Octal 35 106 137 105 32 0 77 313 65 30
Binary 11101 1000110 1011111 1000101 11010 0 111111 11001011 110101 11000

Color Harmonies of #1D465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D465F

Black with #1D465F

Text Example


Text Example

White with #1D465F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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