Html Css Color HEX #184858 Astronaut Blue

📋 copy color: '#184858'

red 24 ◦ green 72 ◦ blue 88

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

Shades of Astronaut Blue #184858

Tints of Astronaut Blue #184858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 47.83%

R = 13.04%
G = 39.13%
B = 47.83%

CMYK

 C value IS 0.73

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#184858 (or 0x184858) is known color: Astronaut Blue. HEX triplet: 18, 48 and 58. RGB value is (24,72,88). Sum of RGB (Red+Green+Blue) = 24+72+88=184 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.04% from 184); Green value is 72 (28.52% from 255 or 39.13% from 184); Blue value is 88 (34.77% from 255 or 47.83% from 184); Max value from RGB is 88 - color contains mainly: blue. Hex color #184858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184858 is #E7B7A7. Grayscale: #3B3B3B. Windows color (decimal): -15185832 or 5785624. OLE color: 5785624.

HSL color Cylindrical-coordinate representation of color #184858: hue angle of 195º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #184858 is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 24 72 88 -
CMYK 0.73 0.18 0 0.65
HSL 195º 0.57% 0.22% -
HSV(B) 195º 0.73% 0.35% -
XYZ 4.46 5.53 10.07 -
YUV 59.47 144.1 102.7 -
System Red Green Blue C M Y K H S L
Decimal 24 72 88 0.73 0.18 0 0.65 195 0.57 0.22
Hex 18 48 58 49 12 0 41 C3 39 16
Octal 30 110 130 111 22 0 101 303 71 26
Binary 11000 1001000 1011000 1001001 10010 0 1000001 11000011 111001 10110

Color Harmonies of #184858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184858

Black with #184858

Text Example


Text Example

White with #184858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184858; }

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

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

background-color css

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

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

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

border-color css

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

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

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