Html Css Color HEX #184869 Astronaut Blue

📋 copy color: '#184869'

red 24 ◦ green 72 ◦ blue 105

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

Shades of Astronaut Blue #184869

Tints of Astronaut Blue #184869

RGB

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

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

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

R = 11.94%
G = 35.82%
B = 52.24%

CMYK

 C value IS 0.77

 M value IS 0.31

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#184869 (or 0x184869) is known color: Astronaut Blue. HEX triplet: 18, 48 and 69. RGB value is (24,72,105). Sum of RGB (Red+Green+Blue) = 24+72+105=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #184869 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184869 is #E7B796. Grayscale: #3D3D3D. Windows color (decimal): -15185815 or 6899736. OLE color: 6899736.

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

Color convert

RGB 24 72 105 -
CMYK 0.77 0.31 0 0.59
HSL 204.44º 0.63% 0.25% -
HSV(B) 204.44º 0.77% 0.41% -
XYZ 5.24 5.85 14.22 -
YUV 61.41 152.6 101.32 -
System Red Green Blue C M Y K H S L
Decimal 24 72 105 0.77 0.31 0 0.59 204.44 0.63 0.25
Hex 18 48 69 4D 1F 0 3B CC 3F 19
Octal 30 110 151 115 37 0 73 314 77 31
Binary 11000 1001000 1101001 1001101 11111 0 111011 11001100 111111 11001

Color Harmonies of #184869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184869

Black with #184869

Text Example


Text Example

White with #184869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184869; }

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

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

background-color css

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

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

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

border-color css

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

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

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