Html Css Color HEX #184A5D Astronaut Blue

📋 copy color: '#184A5D'

red 24 ◦ green 74 ◦ blue 93

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

Shades of Astronaut Blue #184A5D

Tints of Astronaut Blue #184A5D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 38.74%

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

R = 12.57%
G = 38.74%
B = 48.69%

CMYK

 C value IS 0.74

 M value IS 0.20

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#184A5D (or 0x184A5D) is known color: Astronaut Blue. HEX triplet: 18, 4A and 5D. RGB value is (24,74,93). Sum of RGB (Red+Green+Blue) = 24+74+93=191 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.57% from 191); Green value is 74 (29.30% from 255 or 38.74% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #184A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184A5D is #E7B5A2. Grayscale: #3D3D3D. Windows color (decimal): -15185315 or 6113816. OLE color: 6113816.

HSL color Cylindrical-coordinate representation of color #184A5D: hue angle of 196.52º 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 #184A5D is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 24 74 93 -
CMYK 0.74 0.20 0 0.64
HSL 196.52º 0.59% 0.23% -
HSV(B) 196.52º 0.74% 0.36% -
XYZ 4.8 5.88 11.24 -
YUV 61.22 145.94 101.46 -
System Red Green Blue C M Y K H S L
Decimal 24 74 93 0.74 0.20 0 0.64 196.52 0.59 0.23
Hex 18 4A 5D 4A 14 0 40 C5 3B 17
Octal 30 112 135 112 24 0 100 305 73 27
Binary 11000 1001010 1011101 1001010 10100 0 1000000 11000101 111011 10111

Color Harmonies of #184A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184A5D

Black with #184A5D

Text Example


Text Example

White with #184A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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