Html Css Color HEX #124F61 Astronaut Blue

📋 copy color: '#124F61'

red 18 ◦ green 79 ◦ blue 97

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

Shades of Astronaut Blue #124F61

Tints of Astronaut Blue #124F61

RGB

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

 GREEN value IS 79 (31.25% from 255) = 40.72%

 BLUE value IS 97 (38.28% from 255) = 50%

R = 9.28%
G = 40.72%
B = 50%

CMYK

 C value IS 0.81

 M value IS 0.19

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#124F61 (or 0x124F61) is known color: Astronaut Blue. HEX triplet: 12, 4F and 61. RGB value is (18,79,97). Sum of RGB (Red+Green+Blue) = 18+79+97=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 79 (31.25% from 255 or 40.72% from 194); Blue value is 97 (38.28% from 255 or 50% from 194); Max value from RGB is 97 - color contains mainly: blue. Hex color #124F61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124F61 is #EDB09E. Grayscale: #3E3E3E. Windows color (decimal): -15577247 or 6377234. OLE color: 6377234.

HSL color Cylindrical-coordinate representation of color #124F61: hue angle of 193.67º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #124F61 is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 79 97 -
CMYK 0.81 0.19 0 0.62
HSL 193.67º 0.69% 0.23% -
HSV(B) 193.67º 0.81% 0.38% -
XYZ 5.2 6.58 12.31 -
YUV 62.81 147.29 96.04 -
System Red Green Blue C M Y K H S L
Decimal 18 79 97 0.81 0.19 0 0.62 193.67 0.69 0.23
Hex 12 4F 61 51 13 0 3E C2 45 17
Octal 22 117 141 121 23 0 76 302 105 27
Binary 10010 1001111 1100001 1010001 10011 0 111110 11000010 1000101 10111

Color Harmonies of #124F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124F61

Black with #124F61

Text Example


Text Example

White with #124F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,79,97); }

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

background-color css

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

 a { background-color: rgb(18,79,97); }

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

border-color css

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

 span { border-color: rgb(18,79,97); }

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