Html Css Color HEX #1D435B Astronaut Blue

📋 copy color: '#1D435B'

red 29 ◦ green 67 ◦ blue 91

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

Shades of Astronaut Blue #1D435B

Tints of Astronaut Blue #1D435B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.83%

 BLUE value IS 91 (35.94% from 255) = 48.66%

R = 15.51%
G = 35.83%
B = 48.66%

CMYK

 C value IS 0.68

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1D435B (or 0x1D435B) is known color: Astronaut Blue. HEX triplet: 1D, 43 and 5B. RGB value is (29,67,91). Sum of RGB (Red+Green+Blue) = 29+67+91=187 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.51% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #1D435B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D435B is #E2BCA4. Grayscale: #3A3A3A. Windows color (decimal): -14859429 or 5980957. OLE color: 5980957.

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

Color convert

RGB 29 67 91 -
CMYK 0.68 0.26 0 0.64
HSL 203.23º 0.52% 0.24% -
HSV(B) 203.23º 0.68% 0.36% -
XYZ 4.4 5.03 10.64 -
YUV 58.37 146.41 107.05 -
System Red Green Blue C M Y K H S L
Decimal 29 67 91 0.68 0.26 0 0.64 203.23 0.52 0.24
Hex 1D 43 5B 44 1A 0 40 CB 34 18
Octal 35 103 133 104 32 0 100 313 64 30
Binary 11101 1000011 1011011 1000100 11010 0 1000000 11001011 110100 11000

Color Harmonies of #1D435B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D435B

Black with #1D435B

Text Example


Text Example

White with #1D435B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,67,91); }

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

background-color css

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

 a { background-color: rgb(29,67,91); }

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

border-color css

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

 span { border-color: rgb(29,67,91); }

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