Html Css Color HEX #184256 Astronaut Blue

📋 copy color: '#184256'

red 24 ◦ green 66 ◦ blue 86

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

Shades of Astronaut Blue #184256

Tints of Astronaut Blue #184256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 48.86%

R = 13.64%
G = 37.5%
B = 48.86%

CMYK

 C value IS 0.72

 M value IS 0.23

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#184256 (or 0x184256) is known color: Astronaut Blue. HEX triplet: 18, 42 and 56. RGB value is (24,66,86). Sum of RGB (Red+Green+Blue) = 24+66+86=176 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.64% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 86 (33.98% from 255 or 48.86% from 176); Max value from RGB is 86 - color contains mainly: blue. Hex color #184256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184256 is #E7BDA9. Grayscale: #373737. Windows color (decimal): -15187370 or 5653016. OLE color: 5653016.

HSL color Cylindrical-coordinate representation of color #184256: hue angle of 199.35º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #184256 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 24 66 86 -
CMYK 0.72 0.23 0 0.66
HSL 199.35º 0.56% 0.22% -
HSV(B) 199.35º 0.72% 0.34% -
XYZ 4 4.76 9.51 -
YUV 55.72 145.09 105.37 -
System Red Green Blue C M Y K H S L
Decimal 24 66 86 0.72 0.23 0 0.66 199.35 0.56 0.22
Hex 18 42 56 48 17 0 42 C7 38 16
Octal 30 102 126 110 27 0 102 307 70 26
Binary 11000 1000010 1010110 1001000 10111 0 1000010 11000111 111000 10110

Color Harmonies of #184256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184256

Black with #184256

Text Example


Text Example

White with #184256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184256; }

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

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

background-color css

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

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

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

border-color css

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

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

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