Html Css Color HEX #1E4254 Astronaut Blue

📋 copy color: '#1E4254'

red 30 ◦ green 66 ◦ blue 84

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

Shades of Astronaut Blue #1E4254

Tints of Astronaut Blue #1E4254

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.67%

 BLUE value IS 84 (33.2% from 255) = 46.67%

R = 16.67%
G = 36.67%
B = 46.67%

CMYK

 C value IS 0.64

 M value IS 0.21

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#1E4254 (or 0x1E4254) is known color: Astronaut Blue. HEX triplet: 1E, 42 and 54. RGB value is (30,66,84). Sum of RGB (Red+Green+Blue) = 30+66+84=180 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.67% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 84 (33.20% from 255 or 46.67% from 180); Max value from RGB is 84 - color contains mainly: blue. Hex color #1E4254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4254 is #E1BDAB. Grayscale: #393939. Windows color (decimal): -14794156 or 5521950. OLE color: 5521950.

HSL color Cylindrical-coordinate representation of color #1E4254: hue angle of 200º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1E4254 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 30 66 84 -
CMYK 0.64 0.21 0 0.67
HSL 200º 0.47% 0.22% -
HSV(B) 200º 0.64% 0.33% -
XYZ 4.08 4.81 9.1 -
YUV 57.29 143.07 108.54 -
System Red Green Blue C M Y K H S L
Decimal 30 66 84 0.64 0.21 0 0.67 200 0.47 0.22
Hex 1E 42 54 40 15 0 43 C8 2F 16
Octal 36 102 124 100 25 0 103 310 57 26
Binary 11110 1000010 1010100 1000000 10101 0 1000011 11001000 101111 10110

Color Harmonies of #1E4254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4254

Black with #1E4254

Text Example


Text Example

White with #1E4254

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,66,84); }

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

background-color css

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

 a { background-color: rgb(30,66,84); }

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

border-color css

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

 span { border-color: rgb(30,66,84); }

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