Html Css Color HEX #184669 Astronaut Blue

📋 copy color: '#184669'

red 24 ◦ green 70 ◦ blue 105

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

Shades of Astronaut Blue #184669

Tints of Astronaut Blue #184669

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.18%

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

R = 12.06%
G = 35.18%
B = 52.76%

CMYK

 C value IS 0.77

 M value IS 0.33

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#184669 (or 0x184669) is known color: Astronaut Blue. HEX triplet: 18, 46 and 69. RGB value is (24,70,105). Sum of RGB (Red+Green+Blue) = 24+70+105=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 105 (41.41% from 255 or 52.76% from 199); Max value from RGB is 105 - color contains mainly: blue. Hex color #184669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184669 is #E7B996. Grayscale: #3C3C3C. Windows color (decimal): -15186327 or 6899224. OLE color: 6899224.

HSL color Cylindrical-coordinate representation of color #184669: hue angle of 205.93º 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 #184669 is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 24 70 105 -
CMYK 0.77 0.33 0 0.59
HSL 205.93º 0.63% 0.25% -
HSV(B) 205.93º 0.77% 0.41% -
XYZ 5.12 5.59 14.17 -
YUV 60.24 153.26 102.15 -
System Red Green Blue C M Y K H S L
Decimal 24 70 105 0.77 0.33 0 0.59 205.93 0.63 0.25
Hex 18 46 69 4D 21 0 3B CE 3F 19
Octal 30 106 151 115 41 0 73 316 77 31
Binary 11000 1000110 1101001 1001101 100001 0 111011 11001110 111111 11001

Color Harmonies of #184669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184669

Black with #184669

Text Example


Text Example

White with #184669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184669; }

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

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

background-color css

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

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

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

border-color css

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

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

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