Html Css Color HEX #184360 Astronaut Blue

📋 copy color: '#184360'

red 24 ◦ green 67 ◦ blue 96

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

Shades of Astronaut Blue #184360

Tints of Astronaut Blue #184360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 51.34%

R = 12.83%
G = 35.83%
B = 51.34%

CMYK

 C value IS 0.75

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#184360 (or 0x184360) is known color: Astronaut Blue. HEX triplet: 18, 43 and 60. RGB value is (24,67,96). Sum of RGB (Red+Green+Blue) = 24+67+96=187 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.83% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 96 (37.89% from 255 or 51.34% from 187); Max value from RGB is 96 - color contains mainly: blue. Hex color #184360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184360 is #E7BC9F. Grayscale: #393939. Windows color (decimal): -15187104 or 6308632. OLE color: 6308632.

HSL color Cylindrical-coordinate representation of color #184360: hue angle of 204.17º 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 #184360 is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 24 67 96 -
CMYK 0.75 0.30 0 0.62
HSL 204.17º 0.6% 0.24% -
HSV(B) 204.17º 0.75% 0.38% -
XYZ 4.5 5.05 11.8 -
YUV 57.45 149.75 104.14 -
System Red Green Blue C M Y K H S L
Decimal 24 67 96 0.75 0.30 0 0.62 204.17 0.6 0.24
Hex 18 43 60 4B 1E 0 3E CC 3C 18
Octal 30 103 140 113 36 0 76 314 74 30
Binary 11000 1000011 1100000 1001011 11110 0 111110 11001100 111100 11000

Color Harmonies of #184360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184360

Black with #184360

Text Example


Text Example

White with #184360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184360; }

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

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

background-color css

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

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

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

border-color css

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

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

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