Html Css Color HEX #184969 Astronaut Blue

📋 copy color: '#184969'

red 24 ◦ green 73 ◦ blue 105

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

Shades of Astronaut Blue #184969

Tints of Astronaut Blue #184969

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.14%

 BLUE value IS 105 (41.41% from 255) = 51.98%

R = 11.88%
G = 36.14%
B = 51.98%

CMYK

 C value IS 0.77

 M value IS 0.30

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#184969 (or 0x184969) is known color: Astronaut Blue. HEX triplet: 18, 49 and 69. RGB value is (24,73,105). Sum of RGB (Red+Green+Blue) = 24+73+105=202 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.88% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 105 (41.41% from 255 or 51.98% from 202); Max value from RGB is 105 - color contains mainly: blue. Hex color #184969 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184969 is #E7B696. Grayscale: #3D3D3D. Windows color (decimal): -15185559 or 6899992. OLE color: 6899992.

HSL color Cylindrical-coordinate representation of color #184969: hue angle of 203.7º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #184969 is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 24 73 105 -
CMYK 0.77 0.30 0 0.59
HSL 203.7º 0.63% 0.25% -
HSV(B) 203.7º 0.77% 0.41% -
XYZ 5.31 5.98 14.24 -
YUV 62 152.27 100.9 -
System Red Green Blue C M Y K H S L
Decimal 24 73 105 0.77 0.30 0 0.59 203.7 0.63 0.25
Hex 18 49 69 4D 1E 0 3B CC 3F 19
Octal 30 111 151 115 36 0 73 314 77 31
Binary 11000 1001001 1101001 1001101 11110 0 111011 11001100 111111 11001

Color Harmonies of #184969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184969

Black with #184969

Text Example


Text Example

White with #184969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184969; }

 p { color: rgb(24,73,105); }

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

background-color css

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

 a { background-color: rgb(24,73,105); }

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

border-color css

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

 span { border-color: rgb(24,73,105); }

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