Html Css Color HEX #1E4359 Astronaut Blue

📋 copy color: '#1E4359'

red 30 ◦ green 67 ◦ blue 89

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

Shades of Astronaut Blue #1E4359

Tints of Astronaut Blue #1E4359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 47.85%

R = 16.13%
G = 36.02%
B = 47.85%

CMYK

 C value IS 0.66

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1E4359 (or 0x1E4359) is known color: Astronaut Blue. HEX triplet: 1E, 43 and 59. RGB value is (30,67,89). Sum of RGB (Red+Green+Blue) = 30+67+89=186 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.13% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 89 - color contains mainly: blue. Hex color #1E4359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4359 is #E1BCA6. Grayscale: #3A3A3A. Windows color (decimal): -14793895 or 5849886. OLE color: 5849886.

HSL color Cylindrical-coordinate representation of color #1E4359: hue angle of 202.37º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E4359 is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 30 67 89 -
CMYK 0.66 0.25 0 0.65
HSL 202.37º 0.5% 0.23% -
HSV(B) 202.37º 0.66% 0.35% -
XYZ 4.35 5.01 10.19 -
YUV 58.45 145.24 107.71 -
System Red Green Blue C M Y K H S L
Decimal 30 67 89 0.66 0.25 0 0.65 202.37 0.5 0.23
Hex 1E 43 59 42 19 0 41 CA 32 17
Octal 36 103 131 102 31 0 101 312 62 27
Binary 11110 1000011 1011001 1000010 11001 0 1000001 11001010 110010 10111

Color Harmonies of #1E4359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4359

Black with #1E4359

Text Example


Text Example

White with #1E4359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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