Html Css Color HEX #184B5C Astronaut Blue

📋 copy color: '#184B5C'

red 24 ◦ green 75 ◦ blue 92

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

Shades of Astronaut Blue #184B5C

Tints of Astronaut Blue #184B5C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 39.27%

 BLUE value IS 92 (36.33% from 255) = 48.17%

R = 12.57%
G = 39.27%
B = 48.17%

CMYK

 C value IS 0.74

 M value IS 0.18

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#184B5C (or 0x184B5C) is known color: Astronaut Blue. HEX triplet: 18, 4B and 5C. RGB value is (24,75,92). Sum of RGB (Red+Green+Blue) = 24+75+92=191 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.57% from 191); Green value is 75 (29.69% from 255 or 39.27% from 191); Blue value is 92 (36.33% from 255 or 48.17% from 191); Max value from RGB is 92 - color contains mainly: blue. Hex color #184B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184B5C is #E7B4A3. Grayscale: #3D3D3D. Windows color (decimal): -15185060 or 6048536. OLE color: 6048536.

HSL color Cylindrical-coordinate representation of color #184B5C: hue angle of 195º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #184B5C is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 24 75 92 -
CMYK 0.74 0.18 0 0.64
HSL 195º 0.59% 0.23% -
HSV(B) 195º 0.74% 0.36% -
XYZ 4.82 6 11.03 -
YUV 61.69 145.1 101.12 -
System Red Green Blue C M Y K H S L
Decimal 24 75 92 0.74 0.18 0 0.64 195 0.59 0.23
Hex 18 4B 5C 4A 12 0 40 C3 3B 17
Octal 30 113 134 112 22 0 100 303 73 27
Binary 11000 1001011 1011100 1001010 10010 0 1000000 11000011 111011 10111

Color Harmonies of #184B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184B5C

Black with #184B5C

Text Example


Text Example

White with #184B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184B5C; }

 p { color: rgb(24,75,92); }

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

background-color css

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

 a { background-color: rgb(24,75,92); }

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

border-color css

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

 span { border-color: rgb(24,75,92); }

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