Html Css Color HEX #184258 Astronaut Blue

📋 copy color: '#184258'

red 24 ◦ green 66 ◦ blue 88

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

Shades of Astronaut Blue #184258

Tints of Astronaut Blue #184258

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.08%

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

R = 13.48%
G = 37.08%
B = 49.44%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#184258 (or 0x184258) is known color: Astronaut Blue. HEX triplet: 18, 42 and 58. RGB value is (24,66,88). Sum of RGB (Red+Green+Blue) = 24+66+88=178 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.48% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 88 (34.77% from 255 or 49.44% from 178); Max value from RGB is 88 - color contains mainly: blue. Hex color #184258 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184258 is #E7BDA7. Grayscale: #373737. Windows color (decimal): -15187368 or 5784088. OLE color: 5784088.

HSL color Cylindrical-coordinate representation of color #184258: hue angle of 200.62º 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 #184258 is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 24 66 88 -
CMYK 0.73 0.25 0 0.65
HSL 200.63º 0.57% 0.22% -
HSV(B) 200.63º 0.73% 0.35% -
XYZ 4.09 4.8 9.94 -
YUV 55.95 146.09 105.21 -
System Red Green Blue C M Y K H S L
Decimal 24 66 88 0.73 0.25 0 0.65 200.63 0.57 0.22
Hex 18 42 58 49 19 0 41 C9 39 16
Octal 30 102 130 111 31 0 101 311 71 26
Binary 11000 1000010 1011000 1001001 11001 0 1000001 11001001 111001 10110

Color Harmonies of #184258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184258

Black with #184258

Text Example


Text Example

White with #184258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184258; }

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

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

background-color css

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

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

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

border-color css

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

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

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