Html Css Color HEX #124D5F Astronaut Blue

📋 copy color: '#124D5F'

red 18 ◦ green 77 ◦ blue 95

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

Shades of Astronaut Blue #124D5F

Tints of Astronaut Blue #124D5F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 40.53%

 BLUE value IS 95 (37.5% from 255) = 50%

R = 9.47%
G = 40.53%
B = 50%

CMYK

 C value IS 0.81

 M value IS 0.19

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#124D5F (or 0x124D5F) is known color: Astronaut Blue. HEX triplet: 12, 4D and 5F. RGB value is (18,77,95). Sum of RGB (Red+Green+Blue) = 18+77+95=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 77 (30.47% from 255 or 40.53% from 190); Blue value is 95 (37.5% from 255 or 50% from 190); Max value from RGB is 95 - color contains mainly: blue. Hex color #124D5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124D5F is #EDB2A0. Grayscale: #3D3D3D. Windows color (decimal): -15577761 or 6245650. OLE color: 6245650.

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

Color convert

RGB 18 77 95 -
CMYK 0.81 0.19 0 0.63
HSL 194.03º 0.68% 0.22% -
HSV(B) 194.03º 0.81% 0.37% -
XYZ 4.97 6.26 11.77 -
YUV 61.41 146.95 97.04 -
System Red Green Blue C M Y K H S L
Decimal 18 77 95 0.81 0.19 0 0.63 194.03 0.68 0.22
Hex 12 4D 5F 51 13 0 3F C2 44 16
Octal 22 115 137 121 23 0 77 302 104 26
Binary 10010 1001101 1011111 1010001 10011 0 111111 11000010 1000100 10110

Color Harmonies of #124D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124D5F

Black with #124D5F

Text Example


Text Example

White with #124D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,77,95); }

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

background-color css

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

 a { background-color: rgb(18,77,95); }

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

border-color css

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

 span { border-color: rgb(18,77,95); }

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