Html Css Color HEX #124C60 Astronaut Blue

📋 copy color: '#124C60'

red 18 ◦ green 76 ◦ blue 96

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

Shades of Astronaut Blue #124C60

Tints of Astronaut Blue #124C60

RGB

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

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

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

R = 9.47%
G = 40%
B = 50.53%

CMYK

 C value IS 0.81

 M value IS 0.21

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#124C60 (or 0x124C60) is known color: Astronaut Blue. HEX triplet: 12, 4C and 60. RGB value is (18,76,96). Sum of RGB (Red+Green+Blue) = 18+76+96=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 96 (37.89% from 255 or 50.53% from 190); Max value from RGB is 96 - color contains mainly: blue. Hex color #124C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124C60 is #EDB39F. Grayscale: #3C3C3C. Windows color (decimal): -15578016 or 6310930. OLE color: 6310930.

HSL color Cylindrical-coordinate representation of color #124C60: hue angle of 195.38º 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 #124C60 is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 76 96 -
CMYK 0.81 0.21 0 0.62
HSL 195.38º 0.68% 0.22% -
HSV(B) 195.38º 0.81% 0.38% -
XYZ 4.95 6.14 11.99 -
YUV 60.94 147.78 97.37 -
System Red Green Blue C M Y K H S L
Decimal 18 76 96 0.81 0.21 0 0.62 195.38 0.68 0.22
Hex 12 4C 60 51 15 0 3E C3 44 16
Octal 22 114 140 121 25 0 76 303 104 26
Binary 10010 1001100 1100000 1010001 10101 0 111110 11000011 1000100 10110

Color Harmonies of #124C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124C60

Black with #124C60

Text Example


Text Example

White with #124C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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