Html Css Color HEX #184561 Astronaut Blue

📋 copy color: '#184561'

red 24 ◦ green 69 ◦ blue 97

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

Shades of Astronaut Blue #184561

Tints of Astronaut Blue #184561

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.32%

 BLUE value IS 97 (38.28% from 255) = 51.05%

R = 12.63%
G = 36.32%
B = 51.05%

CMYK

 C value IS 0.75

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#184561 (or 0x184561) is known color: Astronaut Blue. HEX triplet: 18, 45 and 61. RGB value is (24,69,97). Sum of RGB (Red+Green+Blue) = 24+69+97=190 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.63% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 97 (38.28% from 255 or 51.05% from 190); Max value from RGB is 97 - color contains mainly: blue. Hex color #184561 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184561 is #E7BA9E. Grayscale: #3A3A3A. Windows color (decimal): -15186591 or 6374680. OLE color: 6374680.

HSL color Cylindrical-coordinate representation of color #184561: hue angle of 203.01º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #184561 is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 24 69 97 -
CMYK 0.75 0.29 0 0.62
HSL 203.01º 0.6% 0.24% -
HSV(B) 203.01º 0.75% 0.38% -
XYZ 4.66 5.31 12.09 -
YUV 58.74 149.59 103.22 -
System Red Green Blue C M Y K H S L
Decimal 24 69 97 0.75 0.29 0 0.62 203.01 0.6 0.24
Hex 18 45 61 4B 1D 0 3E CB 3C 18
Octal 30 105 141 113 35 0 76 313 74 30
Binary 11000 1000101 1100001 1001011 11101 0 111110 11001011 111100 11000

Color Harmonies of #184561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184561

Black with #184561

Text Example


Text Example

White with #184561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184561; }

 p { color: rgb(24,69,97); }

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

background-color css

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

 a { background-color: rgb(24,69,97); }

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

border-color css

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

 span { border-color: rgb(24,69,97); }

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