Html Css Color HEX #184D5F Astronaut Blue

📋 copy color: '#184D5F'

red 24 ◦ green 77 ◦ blue 95

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

Shades of Astronaut Blue #184D5F

Tints of Astronaut Blue #184D5F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 39.29%

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

R = 12.24%
G = 39.29%
B = 48.47%

CMYK

 C value IS 0.75

 M value IS 0.19

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#184D5F (or 0x184D5F) is known color: Astronaut Blue. HEX triplet: 18, 4D and 5F. RGB value is (24,77,95). Sum of RGB (Red+Green+Blue) = 24+77+95=196 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.24% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 95 - color contains mainly: blue. Hex color #184D5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184D5F is #E7B2A0. Grayscale: #3F3F3F. Windows color (decimal): -15184545 or 6245656. OLE color: 6245656.

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

Color convert

RGB 24 77 95 -
CMYK 0.75 0.19 0 0.63
HSL 195.21º 0.6% 0.23% -
HSV(B) 195.21º 0.75% 0.37% -
XYZ 5.1 6.33 11.78 -
YUV 63.21 145.94 100.04 -
System Red Green Blue C M Y K H S L
Decimal 24 77 95 0.75 0.19 0 0.63 195.21 0.6 0.23
Hex 18 4D 5F 4B 13 0 3F C3 3C 17
Octal 30 115 137 113 23 0 77 303 74 27
Binary 11000 1001101 1011111 1001011 10011 0 111111 11000011 111100 10111

Color Harmonies of #184D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184D5F

Black with #184D5F

Text Example


Text Example

White with #184D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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