Html Css Color HEX #184361 Astronaut Blue

📋 copy color: '#184361'

red 24 ◦ green 67 ◦ blue 97

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

Shades of Astronaut Blue #184361

Tints of Astronaut Blue #184361

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.64%

 BLUE value IS 97 (38.28% from 255) = 51.6%

R = 12.77%
G = 35.64%
B = 51.6%

CMYK

 C value IS 0.75

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#184361 (or 0x184361) is known color: Astronaut Blue. HEX triplet: 18, 43 and 61. RGB value is (24,67,97). Sum of RGB (Red+Green+Blue) = 24+67+97=188 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.77% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 97 (38.28% from 255 or 51.60% from 188); Max value from RGB is 97 - color contains mainly: blue. Hex color #184361 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184361 is #E7BC9E. Grayscale: #393939. Windows color (decimal): -15187103 or 6374168. OLE color: 6374168.

HSL color Cylindrical-coordinate representation of color #184361: hue angle of 204.66º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #184361 is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 24 67 97 -
CMYK 0.75 0.31 0 0.62
HSL 204.66º 0.6% 0.24% -
HSV(B) 204.66º 0.75% 0.38% -
XYZ 4.54 5.07 12.05 -
YUV 57.56 150.25 104.06 -
System Red Green Blue C M Y K H S L
Decimal 24 67 97 0.75 0.31 0 0.62 204.66 0.6 0.24
Hex 18 43 61 4B 1F 0 3E CD 3C 18
Octal 30 103 141 113 37 0 76 315 74 30
Binary 11000 1000011 1100001 1001011 11111 0 111110 11001101 111100 11000

Color Harmonies of #184361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184361

Black with #184361

Text Example


Text Example

White with #184361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184361; }

 p { color: rgb(24,67,97); }

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

background-color css

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

 a { background-color: rgb(24,67,97); }

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

border-color css

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

 span { border-color: rgb(24,67,97); }

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