Html Css Color HEX #184C60 Astronaut Blue

📋 copy color: '#184C60'

red 24 ◦ green 76 ◦ blue 96

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

Shades of Astronaut Blue #184C60

Tints of Astronaut Blue #184C60

RGB

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

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

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

R = 12.24%
G = 38.78%
B = 48.98%

CMYK

 C value IS 0.75

 M value IS 0.21

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#184C60 (or 0x184C60) is known color: Astronaut Blue. HEX triplet: 18, 4C and 60. RGB value is (24,76,96). Sum of RGB (Red+Green+Blue) = 24+76+96=196 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.24% from 196); Green value is 76 (30.08% from 255 or 38.78% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 96 - color contains mainly: blue. Hex color #184C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184C60 is #E7B39F. Grayscale: #3E3E3E. Windows color (decimal): -15184800 or 6310936. OLE color: 6310936.

HSL color Cylindrical-coordinate representation of color #184C60: hue angle of 196.67º 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 #184C60 is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 24 76 96 -
CMYK 0.75 0.21 0 0.62
HSL 196.67º 0.6% 0.24% -
HSV(B) 196.67º 0.75% 0.38% -
XYZ 5.07 6.21 12 -
YUV 62.73 146.77 100.37 -
System Red Green Blue C M Y K H S L
Decimal 24 76 96 0.75 0.21 0 0.62 196.67 0.6 0.24
Hex 18 4C 60 4B 15 0 3E C5 3C 18
Octal 30 114 140 113 25 0 76 305 74 30
Binary 11000 1001100 1100000 1001011 10101 0 111110 11000101 111100 11000

Color Harmonies of #184C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184C60

Black with #184C60

Text Example


Text Example

White with #184C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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