Html Css Color HEX #184E60 Astronaut Blue

📋 copy color: '#184E60'

red 24 ◦ green 78 ◦ blue 96

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

Shades of Astronaut Blue #184E60

Tints of Astronaut Blue #184E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 48.48%

R = 12.12%
G = 39.39%
B = 48.48%

CMYK

 C value IS 0.75

 M value IS 0.19

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#184E60 (or 0x184E60) is known color: Astronaut Blue. HEX triplet: 18, 4E and 60. RGB value is (24,78,96). Sum of RGB (Red+Green+Blue) = 24+78+96=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 78 (30.86% from 255 or 39.39% from 198); Blue value is 96 (37.89% from 255 or 48.48% from 198); Max value from RGB is 96 - color contains mainly: blue. Hex color #184E60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184E60 is #E7B19F. Grayscale: #3F3F3F. Windows color (decimal): -15184288 or 6311448. OLE color: 6311448.

HSL color Cylindrical-coordinate representation of color #184E60: hue angle of 195º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #184E60 is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 24 78 96 -
CMYK 0.75 0.19 0 0.62
HSL 195º 0.6% 0.24% -
HSV(B) 195º 0.75% 0.38% -
XYZ 5.21 6.49 12.04 -
YUV 63.91 146.11 99.54 -
System Red Green Blue C M Y K H S L
Decimal 24 78 96 0.75 0.19 0 0.62 195 0.6 0.24
Hex 18 4E 60 4B 13 0 3E C3 3C 18
Octal 30 116 140 113 23 0 76 303 74 30
Binary 11000 1001110 1100000 1001011 10011 0 111110 11000011 111100 11000

Color Harmonies of #184E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184E60

Black with #184E60

Text Example


Text Example

White with #184E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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