Html Css Color HEX #124C5D Astronaut Blue

📋 copy color: '#124C5D'

red 18 ◦ green 76 ◦ blue 93

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

Shades of Astronaut Blue #124C5D

Tints of Astronaut Blue #124C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 49.73%

R = 9.63%
G = 40.64%
B = 49.73%

CMYK

 C value IS 0.81

 M value IS 0.18

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#124C5D (or 0x124C5D) is known color: Astronaut Blue. HEX triplet: 12, 4C and 5D. RGB value is (18,76,93). Sum of RGB (Red+Green+Blue) = 18+76+93=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #124C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124C5D is #EDB3A2. Grayscale: #3C3C3C. Windows color (decimal): -15578019 or 6114322. OLE color: 6114322.

HSL color Cylindrical-coordinate representation of color #124C5D: hue angle of 193.6º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #124C5D is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 76 93 -
CMYK 0.81 0.18 0 0.64
HSL 193.6º 0.68% 0.22% -
HSV(B) 193.6º 0.81% 0.36% -
XYZ 4.81 6.09 11.28 -
YUV 60.6 146.28 97.62 -
System Red Green Blue C M Y K H S L
Decimal 18 76 93 0.81 0.18 0 0.64 193.6 0.68 0.22
Hex 12 4C 5D 51 12 0 40 C2 44 16
Octal 22 114 135 121 22 0 100 302 104 26
Binary 10010 1001100 1011101 1010001 10010 0 1000000 11000010 1000100 10110

Color Harmonies of #124C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124C5D

Black with #124C5D

Text Example


Text Example

White with #124C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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