Html Css Color HEX #184B5E Astronaut Blue

📋 copy color: '#184B5E'

red 24 ◦ green 75 ◦ blue 94

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

Shades of Astronaut Blue #184B5E

Tints of Astronaut Blue #184B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 48.7%

R = 12.44%
G = 38.86%
B = 48.7%

CMYK

 C value IS 0.74

 M value IS 0.20

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#184B5E (or 0x184B5E) is known color: Astronaut Blue. HEX triplet: 18, 4B and 5E. RGB value is (24,75,94). Sum of RGB (Red+Green+Blue) = 24+75+94=193 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.44% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 94 (37.11% from 255 or 48.70% from 193); Max value from RGB is 94 - color contains mainly: blue. Hex color #184B5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184B5E is #E7B4A1. Grayscale: #3D3D3D. Windows color (decimal): -15185058 or 6179608. OLE color: 6179608.

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

Color convert

RGB 24 75 94 -
CMYK 0.74 0.20 0 0.63
HSL 196.29º 0.59% 0.23% -
HSV(B) 196.29º 0.74% 0.37% -
XYZ 4.91 6.03 11.5 -
YUV 61.92 146.1 100.96 -
System Red Green Blue C M Y K H S L
Decimal 24 75 94 0.74 0.20 0 0.63 196.29 0.59 0.23
Hex 18 4B 5E 4A 14 0 3F C4 3B 17
Octal 30 113 136 112 24 0 77 304 73 27
Binary 11000 1001011 1011110 1001010 10100 0 111111 11000100 111011 10111

Color Harmonies of #184B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184B5E

Black with #184B5E

Text Example


Text Example

White with #184B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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