Html Css Color HEX #124C61 Astronaut Blue

📋 copy color: '#124C61'

red 18 ◦ green 76 ◦ blue 97

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

Shades of Astronaut Blue #124C61

Tints of Astronaut Blue #124C61

RGB

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

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

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

R = 9.42%
G = 39.79%
B = 50.79%

CMYK

 C value IS 0.81

 M value IS 0.22

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#124C61 (or 0x124C61) is known color: Astronaut Blue. HEX triplet: 12, 4C and 61. RGB value is (18,76,97). Sum of RGB (Red+Green+Blue) = 18+76+97=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 76 (30.08% from 255 or 39.79% from 191); Blue value is 97 (38.28% from 255 or 50.79% from 191); Max value from RGB is 97 - color contains mainly: blue. Hex color #124C61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124C61 is #EDB39E. Grayscale: #3C3C3C. Windows color (decimal): -15578015 or 6376466. OLE color: 6376466.

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

Color convert

RGB 18 76 97 -
CMYK 0.81 0.22 0 0.62
HSL 195.95º 0.69% 0.23% -
HSV(B) 195.95º 0.81% 0.38% -
XYZ 4.99 6.16 12.24 -
YUV 61.05 148.28 97.29 -
System Red Green Blue C M Y K H S L
Decimal 18 76 97 0.81 0.22 0 0.62 195.95 0.69 0.23
Hex 12 4C 61 51 16 0 3E C4 45 17
Octal 22 114 141 121 26 0 76 304 105 27
Binary 10010 1001100 1100001 1010001 10110 0 111110 11000100 1000101 10111

Color Harmonies of #124C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124C61

Black with #124C61

Text Example


Text Example

White with #124C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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