Html Css Color HEX #184E5F Astronaut Blue

📋 copy color: '#184E5F'

red 24 ◦ green 78 ◦ blue 95

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

Shades of Astronaut Blue #184E5F

Tints of Astronaut Blue #184E5F

RGB

 RED value IS 24 (9.77% from 255) = 12.18%

 GREEN value IS 78 (30.86% from 255) = 39.59%

 BLUE value IS 95 (37.5% from 255) = 48.22%

R = 12.18%
G = 39.59%
B = 48.22%

CMYK

 C value IS 0.75

 M value IS 0.18

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#184E5F (or 0x184E5F) is known color: Astronaut Blue. HEX triplet: 18, 4E and 5F. RGB value is (24,78,95). Sum of RGB (Red+Green+Blue) = 24+78+95=197 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.18% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 95 (37.5% from 255 or 48.22% from 197); Max value from RGB is 95 - color contains mainly: blue. Hex color #184E5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184E5F is #E7B1A0. Grayscale: #3F3F3F. Windows color (decimal): -15184289 or 6245912. OLE color: 6245912.

HSL color Cylindrical-coordinate representation of color #184E5F: hue angle of 194.37º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #184E5F is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 24 78 95 -
CMYK 0.75 0.18 0 0.63
HSL 194.37º 0.6% 0.23% -
HSV(B) 194.37º 0.75% 0.37% -
XYZ 5.17 6.47 11.8 -
YUV 63.79 145.61 99.62 -
System Red Green Blue C M Y K H S L
Decimal 24 78 95 0.75 0.18 0 0.63 194.37 0.6 0.23
Hex 18 4E 5F 4B 12 0 3F C2 3C 17
Octal 30 116 137 113 22 0 77 302 74 27
Binary 11000 1001110 1011111 1001011 10010 0 111111 11000010 111100 10111

Color Harmonies of #184E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184E5F

Black with #184E5F

Text Example


Text Example

White with #184E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184E5F; }

 p { color: rgb(24,78,95); }

 H1.HeaderClassName
 {
   color: #184E5F;
 }
 .AnyTagClassName
 {
   color: #184E5F;
 }
</style>

background-color css

<style>
 a { background-color: #184E5F; }

 a { background-color: rgb(24,78,95); }

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

border-color css

<style>
 span { border-color: #184E5F; }

 span { border-color: rgb(24,78,95); }

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