Html Css Color HEX #1E4356 Astronaut Blue

📋 copy color: '#1E4356'

red 30 ◦ green 67 ◦ blue 86

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

Shades of Astronaut Blue #1E4356

Tints of Astronaut Blue #1E4356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 46.99%

R = 16.39%
G = 36.61%
B = 46.99%

CMYK

 C value IS 0.65

 M value IS 0.22

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#1E4356 (or 0x1E4356) is known color: Astronaut Blue. HEX triplet: 1E, 43 and 56. RGB value is (30,67,86). Sum of RGB (Red+Green+Blue) = 30+67+86=183 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.39% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 86 (33.98% from 255 or 46.99% from 183); Max value from RGB is 86 - color contains mainly: blue. Hex color #1E4356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4356 is #E1BCA9. Grayscale: #393939. Windows color (decimal): -14793898 or 5653278. OLE color: 5653278.

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

Color convert

RGB 30 67 86 -
CMYK 0.65 0.22 0 0.66
HSL 200.36º 0.48% 0.23% -
HSV(B) 200.36º 0.65% 0.34% -
XYZ 4.22 4.96 9.54 -
YUV 58.1 143.74 107.96 -
System Red Green Blue C M Y K H S L
Decimal 30 67 86 0.65 0.22 0 0.66 200.36 0.48 0.23
Hex 1E 43 56 41 16 0 42 C8 30 17
Octal 36 103 126 101 26 0 102 310 60 27
Binary 11110 1000011 1010110 1000001 10110 0 1000010 11001000 110000 10111

Color Harmonies of #1E4356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4356

Black with #1E4356

Text Example


Text Example

White with #1E4356

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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