Html Css Color HEX #184768 Astronaut Blue

📋 copy color: '#184768'

red 24 ◦ green 71 ◦ blue 104

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

Shades of Astronaut Blue #184768

Tints of Astronaut Blue #184768

RGB

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

 GREEN value IS 71 (28.13% from 255) = 35.68%

 BLUE value IS 104 (41.02% from 255) = 52.26%

R = 12.06%
G = 35.68%
B = 52.26%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#184768 (or 0x184768) is known color: Astronaut Blue. HEX triplet: 18, 47 and 68. RGB value is (24,71,104). Sum of RGB (Red+Green+Blue) = 24+71+104=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 104 (41.02% from 255 or 52.26% from 199); Max value from RGB is 104 - color contains mainly: blue. Hex color #184768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184768 is #E7B897. Grayscale: #3C3C3C. Windows color (decimal): -15186072 or 6833944. OLE color: 6833944.

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

Color convert

RGB 24 71 104 -
CMYK 0.77 0.32 0 0.59
HSL 204.75º 0.63% 0.25% -
HSV(B) 204.75º 0.77% 0.41% -
XYZ 5.13 5.7 13.93 -
YUV 60.71 152.43 101.82 -
System Red Green Blue C M Y K H S L
Decimal 24 71 104 0.77 0.32 0 0.59 204.75 0.63 0.25
Hex 18 47 68 4D 20 0 3B CD 3E 19
Octal 30 107 150 115 40 0 73 315 76 31
Binary 11000 1000111 1101000 1001101 100000 0 111011 11001101 111110 11001

Color Harmonies of #184768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184768

Black with #184768

Text Example


Text Example

White with #184768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184768; }

 p { color: rgb(24,71,104); }

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

background-color css

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

 a { background-color: rgb(24,71,104); }

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

border-color css

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

 span { border-color: rgb(24,71,104); }

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