Html Css Color HEX #124C5C Astronaut Blue

📋 copy color: '#124C5C'

red 18 ◦ green 76 ◦ blue 92

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

Shades of Astronaut Blue #124C5C

Tints of Astronaut Blue #124C5C

RGB

 RED value IS 18 (7.42% from 255) = 9.68%

 GREEN value IS 76 (30.08% from 255) = 40.86%

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

R = 9.68%
G = 40.86%
B = 49.46%

CMYK

 C value IS 0.80

 M value IS 0.17

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#124C5C (or 0x124C5C) is known color: Astronaut Blue. HEX triplet: 12, 4C and 5C. RGB value is (18,76,92). Sum of RGB (Red+Green+Blue) = 18+76+92=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 76 (30.08% from 255 or 40.86% from 186); Blue value is 92 (36.33% from 255 or 49.46% from 186); Max value from RGB is 92 - color contains mainly: blue. Hex color #124C5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124C5C is #EDB3A3. Grayscale: #3C3C3C. Windows color (decimal): -15578020 or 6048786. OLE color: 6048786.

HSL color Cylindrical-coordinate representation of color #124C5C: hue angle of 192.97º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #124C5C is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 76 92 -
CMYK 0.80 0.17 0 0.64
HSL 192.97º 0.67% 0.22% -
HSV(B) 192.97º 0.8% 0.36% -
XYZ 4.77 6.07 11.05 -
YUV 60.48 145.78 97.7 -
System Red Green Blue C M Y K H S L
Decimal 18 76 92 0.80 0.17 0 0.64 192.97 0.67 0.22
Hex 12 4C 5C 50 11 0 40 C1 43 16
Octal 22 114 134 120 21 0 100 301 103 26
Binary 10010 1001100 1011100 1010000 10001 0 1000000 11000001 1000011 10110

Color Harmonies of #124C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124C5C

Black with #124C5C

Text Example


Text Example

White with #124C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124C5C; }

 p { color: rgb(18,76,92); }

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

background-color css

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

 a { background-color: rgb(18,76,92); }

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

border-color css

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

 span { border-color: rgb(18,76,92); }

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