Html Css Color HEX #184159 Astronaut Blue

📋 copy color: '#184159'

red 24 ◦ green 65 ◦ blue 89

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

Shades of Astronaut Blue #184159

Tints of Astronaut Blue #184159

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.52%

 BLUE value IS 89 (35.16% from 255) = 50%

R = 13.48%
G = 36.52%
B = 50%

CMYK

 C value IS 0.73

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#184159 (or 0x184159) is known color: Astronaut Blue. HEX triplet: 18, 41 and 59. RGB value is (24,65,89). Sum of RGB (Red+Green+Blue) = 24+65+89=178 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.48% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 89 (35.16% from 255 or 50% from 178); Max value from RGB is 89 - color contains mainly: blue. Hex color #184159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184159 is #E7BEA6. Grayscale: #373737. Windows color (decimal): -15187623 or 5849368. OLE color: 5849368.

HSL color Cylindrical-coordinate representation of color #184159: hue angle of 202.15º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #184159 is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 24 65 89 -
CMYK 0.73 0.27 0 0.65
HSL 202.15º 0.58% 0.22% -
HSV(B) 202.15º 0.73% 0.35% -
XYZ 4.07 4.7 10.14 -
YUV 55.48 146.92 105.55 -
System Red Green Blue C M Y K H S L
Decimal 24 65 89 0.73 0.27 0 0.65 202.15 0.58 0.22
Hex 18 41 59 49 1B 0 41 CA 3A 16
Octal 30 101 131 111 33 0 101 312 72 26
Binary 11000 1000001 1011001 1001001 11011 0 1000001 11001010 111010 10110

Color Harmonies of #184159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184159

Black with #184159

Text Example


Text Example

White with #184159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184159; }

 p { color: rgb(24,65,89); }

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

background-color css

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

 a { background-color: rgb(24,65,89); }

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

border-color css

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

 span { border-color: rgb(24,65,89); }

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