Html Css Color HEX #184C5E Astronaut Blue

📋 copy color: '#184C5E'

red 24 ◦ green 76 ◦ blue 94

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

Shades of Astronaut Blue #184C5E

Tints of Astronaut Blue #184C5E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 39.18%

 BLUE value IS 94 (37.11% from 255) = 48.45%

R = 12.37%
G = 39.18%
B = 48.45%

CMYK

 C value IS 0.74

 M value IS 0.19

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#184C5E (or 0x184C5E) is known color: Astronaut Blue. HEX triplet: 18, 4C and 5E. RGB value is (24,76,94). Sum of RGB (Red+Green+Blue) = 24+76+94=194 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.37% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 94 (37.11% from 255 or 48.45% from 194); Max value from RGB is 94 - color contains mainly: blue. Hex color #184C5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184C5E is #E7B3A1. Grayscale: #3E3E3E. Windows color (decimal): -15184802 or 6179864. OLE color: 6179864.

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

Color convert

RGB 24 76 94 -
CMYK 0.74 0.19 0 0.63
HSL 195.43º 0.59% 0.23% -
HSV(B) 195.43º 0.74% 0.37% -
XYZ 4.98 6.17 11.52 -
YUV 62.5 145.77 100.54 -
System Red Green Blue C M Y K H S L
Decimal 24 76 94 0.74 0.19 0 0.63 195.43 0.59 0.23
Hex 18 4C 5E 4A 13 0 3F C3 3B 17
Octal 30 114 136 112 23 0 77 303 73 27
Binary 11000 1001100 1011110 1001010 10011 0 111111 11000011 111011 10111

Color Harmonies of #184C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184C5E

Black with #184C5E

Text Example


Text Example

White with #184C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,76,94); }

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

background-color css

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

 a { background-color: rgb(24,76,94); }

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

border-color css

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

 span { border-color: rgb(24,76,94); }

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