Html Css Color HEX #124E60 Astronaut Blue

📋 copy color: '#124E60'

red 18 ◦ green 78 ◦ blue 96

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

Shades of Astronaut Blue #124E60

Tints of Astronaut Blue #124E60

RGB

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

 GREEN value IS 78 (30.86% from 255) = 40.63%

 BLUE value IS 96 (37.89% from 255) = 50%

R = 9.38%
G = 40.63%
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

#124E60 (or 0x124E60) is known color: Astronaut Blue. HEX triplet: 12, 4E and 60. RGB value is (18,78,96). Sum of RGB (Red+Green+Blue) = 18+78+96=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 78 (30.86% from 255 or 40.62% from 192); Blue value is 96 (37.89% from 255 or 50% from 192); Max value from RGB is 96 - color contains mainly: blue. Hex color #124E60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124E60 is #EDB19F. Grayscale: #3D3D3D. Windows color (decimal): -15577504 or 6311442. OLE color: 6311442.

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

Color convert

RGB 18 78 96 -
CMYK 0.81 0.19 0 0.62
HSL 193.85º 0.68% 0.22% -
HSV(B) 193.85º 0.81% 0.38% -
XYZ 5.09 6.42 12.04 -
YUV 62.11 147.12 96.54 -
System Red Green Blue C M Y K H S L
Decimal 18 78 96 0.81 0.19 0 0.62 193.85 0.68 0.22
Hex 12 4E 60 51 13 0 3E C2 44 16
Octal 22 116 140 121 23 0 76 302 104 26
Binary 10010 1001110 1100000 1010001 10011 0 111110 11000010 1000100 10110

Color Harmonies of #124E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124E60

Black with #124E60

Text Example


Text Example

White with #124E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,78,96); }

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

background-color css

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

 a { background-color: rgb(18,78,96); }

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

border-color css

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

 span { border-color: rgb(18,78,96); }

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