Html Css Color HEX #184769 Astronaut Blue

📋 copy color: '#184769'

red 24 ◦ green 71 ◦ blue 105

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

Shades of Astronaut Blue #184769

Tints of Astronaut Blue #184769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 52.5%

R = 12%
G = 35.5%
B = 52.5%

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

#184769 (or 0x184769) is known color: Astronaut Blue. HEX triplet: 18, 47 and 69. RGB value is (24,71,105). Sum of RGB (Red+Green+Blue) = 24+71+105=200 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 105 (41.41% from 255 or 52.5% from 200); Max value from RGB is 105 - color contains mainly: blue. Hex color #184769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184769 is #E7B896. Grayscale: #3C3C3C. Windows color (decimal): -15186071 or 6899480. OLE color: 6899480.

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

Color convert

RGB 24 71 105 -
CMYK 0.77 0.32 0 0.59
HSL 205.19º 0.63% 0.25% -
HSV(B) 205.19º 0.77% 0.41% -
XYZ 5.18 5.72 14.2 -
YUV 60.82 152.93 101.74 -
System Red Green Blue C M Y K H S L
Decimal 24 71 105 0.77 0.32 0 0.59 205.19 0.63 0.25
Hex 18 47 69 4D 20 0 3B CD 3F 19
Octal 30 107 151 115 40 0 73 315 77 31
Binary 11000 1000111 1101001 1001101 100000 0 111011 11001101 111111 11001

Color Harmonies of #184769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184769

Black with #184769

Text Example


Text Example

White with #184769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184769; }

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

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

background-color css

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

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

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

border-color css

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

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

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