Html Css Color HEX #184668 Astronaut Blue

📋 copy color: '#184668'

red 24 ◦ green 70 ◦ blue 104

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

Shades of Astronaut Blue #184668

Tints of Astronaut Blue #184668

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.35%

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

R = 12.12%
G = 35.35%
B = 52.53%

CMYK

 C value IS 0.77

 M value IS 0.33

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#184668 (or 0x184668) is known color: Astronaut Blue. HEX triplet: 18, 46 and 68. RGB value is (24,70,104). Sum of RGB (Red+Green+Blue) = 24+70+104=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 104 (41.02% from 255 or 52.53% from 198); Max value from RGB is 104 - color contains mainly: blue. Hex color #184668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184668 is #E7B997. Grayscale: #3B3B3B. Windows color (decimal): -15186328 or 6833688. OLE color: 6833688.

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

Color convert

RGB 24 70 104 -
CMYK 0.77 0.33 0 0.59
HSL 205.5º 0.63% 0.25% -
HSV(B) 205.5º 0.77% 0.41% -
XYZ 5.07 5.57 13.91 -
YUV 60.12 152.76 102.24 -
System Red Green Blue C M Y K H S L
Decimal 24 70 104 0.77 0.33 0 0.59 205.5 0.63 0.25
Hex 18 46 68 4D 21 0 3B CE 3E 19
Octal 30 106 150 115 41 0 73 316 76 31
Binary 11000 1000110 1101000 1001101 100001 0 111011 11001110 111110 11001

Color Harmonies of #184668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184668

Black with #184668

Text Example


Text Example

White with #184668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184668; }

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

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

background-color css

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

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

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

border-color css

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

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

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