Html Css Color HEX #1E435B Astronaut Blue

📋 copy color: '#1E435B'

red 30 ◦ green 67 ◦ blue 91

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

Shades of Astronaut Blue #1E435B

Tints of Astronaut Blue #1E435B

RGB

 RED value IS 30 (12.11% from 255) = 15.96%

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

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

R = 15.96%
G = 35.64%
B = 48.4%

CMYK

 C value IS 0.67

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1E435B (or 0x1E435B) is known color: Astronaut Blue. HEX triplet: 1E, 43 and 5B. RGB value is (30,67,91). Sum of RGB (Red+Green+Blue) = 30+67+91=188 (24% of max value = 765). Red value is 30 (12.11% from 255 or 15.96% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 91 (35.94% from 255 or 48.40% from 188); Max value from RGB is 91 - color contains mainly: blue. Hex color #1E435B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E435B is #E1BCA4. Grayscale: #3A3A3A. Windows color (decimal): -14793893 or 5980958. OLE color: 5980958.

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

Color convert

RGB 30 67 91 -
CMYK 0.67 0.26 0 0.64
HSL 203.61º 0.5% 0.24% -
HSV(B) 203.61º 0.67% 0.36% -
XYZ 4.43 5.05 10.64 -
YUV 58.67 146.24 107.55 -
System Red Green Blue C M Y K H S L
Decimal 30 67 91 0.67 0.26 0 0.64 203.61 0.5 0.24
Hex 1E 43 5B 43 1A 0 40 CC 32 18
Octal 36 103 133 103 32 0 100 314 62 30
Binary 11110 1000011 1011011 1000011 11010 0 1000000 11001100 110010 11000

Color Harmonies of #1E435B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E435B

Black with #1E435B

Text Example


Text Example

White with #1E435B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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