Html Css Color HEX #184B5D Astronaut Blue

📋 copy color: '#184B5D'

red 24 ◦ green 75 ◦ blue 93

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

Shades of Astronaut Blue #184B5D

Tints of Astronaut Blue #184B5D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 39.06%

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

R = 12.5%
G = 39.06%
B = 48.44%

CMYK

 C value IS 0.74

 M value IS 0.19

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#184B5D (or 0x184B5D) is known color: Astronaut Blue. HEX triplet: 18, 4B and 5D. RGB value is (24,75,93). Sum of RGB (Red+Green+Blue) = 24+75+93=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 93 - color contains mainly: blue. Hex color #184B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184B5D is #E7B4A2. Grayscale: #3D3D3D. Windows color (decimal): -15185059 or 6114072. OLE color: 6114072.

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

Color convert

RGB 24 75 93 -
CMYK 0.74 0.19 0 0.64
HSL 195.65º 0.59% 0.23% -
HSV(B) 195.65º 0.74% 0.36% -
XYZ 4.87 6.02 11.26 -
YUV 61.8 145.6 101.04 -
System Red Green Blue C M Y K H S L
Decimal 24 75 93 0.74 0.19 0 0.64 195.65 0.59 0.23
Hex 18 4B 5D 4A 13 0 40 C4 3B 17
Octal 30 113 135 112 23 0 100 304 73 27
Binary 11000 1001011 1011101 1001010 10011 0 1000000 11000100 111011 10111

Color Harmonies of #184B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184B5D

Black with #184B5D

Text Example


Text Example

White with #184B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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