Html Css Color HEX #184861 Astronaut Blue

📋 copy color: '#184861'

red 24 ◦ green 72 ◦ blue 97

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

Shades of Astronaut Blue #184861

Tints of Astronaut Blue #184861

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.31%

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

R = 12.44%
G = 37.31%
B = 50.26%

CMYK

 C value IS 0.75

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#184861 (or 0x184861) is known color: Astronaut Blue. HEX triplet: 18, 48 and 61. RGB value is (24,72,97). Sum of RGB (Red+Green+Blue) = 24+72+97=193 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.44% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 97 (38.28% from 255 or 50.26% from 193); Max value from RGB is 97 - color contains mainly: blue. Hex color #184861 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184861 is #E7B79E. Grayscale: #3C3C3C. Windows color (decimal): -15185823 or 6375448. OLE color: 6375448.

HSL color Cylindrical-coordinate representation of color #184861: hue angle of 200.55º 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 #184861 is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 24 72 97 -
CMYK 0.75 0.26 0 0.62
HSL 200.55º 0.6% 0.24% -
HSV(B) 200.55º 0.75% 0.38% -
XYZ 4.85 5.69 12.15 -
YUV 60.5 148.6 101.97 -
System Red Green Blue C M Y K H S L
Decimal 24 72 97 0.75 0.26 0 0.62 200.55 0.6 0.24
Hex 18 48 61 4B 1A 0 3E C9 3C 18
Octal 30 110 141 113 32 0 76 311 74 30
Binary 11000 1001000 1100001 1001011 11010 0 111110 11001001 111100 11000

Color Harmonies of #184861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184861

Black with #184861

Text Example


Text Example

White with #184861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184861; }

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

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

background-color css

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

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

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

border-color css

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

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

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