Html Css Color HEX #184C5D Astronaut Blue

📋 copy color: '#184C5D'

red 24 ◦ green 76 ◦ blue 93

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

Shades of Astronaut Blue #184C5D

Tints of Astronaut Blue #184C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 48.19%

R = 12.44%
G = 39.38%
B = 48.19%

CMYK

 C value IS 0.74

 M value IS 0.18

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#184C5D (or 0x184C5D) is known color: Astronaut Blue. HEX triplet: 18, 4C and 5D. RGB value is (24,76,93). Sum of RGB (Red+Green+Blue) = 24+76+93=193 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.44% from 193); Green value is 76 (30.08% from 255 or 39.38% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #184C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184C5D is #E7B3A2. Grayscale: #3E3E3E. Windows color (decimal): -15184803 or 6114328. OLE color: 6114328.

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

Color convert

RGB 24 76 93 -
CMYK 0.74 0.18 0 0.64
HSL 194.78º 0.59% 0.23% -
HSV(B) 194.78º 0.74% 0.36% -
XYZ 4.94 6.15 11.28 -
YUV 62.39 145.27 100.62 -
System Red Green Blue C M Y K H S L
Decimal 24 76 93 0.74 0.18 0 0.64 194.78 0.59 0.23
Hex 18 4C 5D 4A 12 0 40 C3 3B 17
Octal 30 114 135 112 22 0 100 303 73 27
Binary 11000 1001100 1011101 1001010 10010 0 1000000 11000011 111011 10111

Color Harmonies of #184C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184C5D

Black with #184C5D

Text Example


Text Example

White with #184C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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