Html Css Color HEX #124757 Astronaut Blue

📋 copy color: '#124757'

red 18 ◦ green 71 ◦ blue 87

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

Shades of Astronaut Blue #124757

Tints of Astronaut Blue #124757

RGB

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

 GREEN value IS 71 (28.13% from 255) = 40.34%

 BLUE value IS 87 (34.38% from 255) = 49.43%

R = 10.23%
G = 40.34%
B = 49.43%

CMYK

 C value IS 0.79

 M value IS 0.18

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#124757 (or 0x124757) is known color: Astronaut Blue. HEX triplet: 12, 47 and 57. RGB value is (18,71,87). Sum of RGB (Red+Green+Blue) = 18+71+87=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 87 (34.38% from 255 or 49.43% from 176); Max value from RGB is 87 - color contains mainly: blue. Hex color #124757 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124757 is #EDB8A8. Grayscale: #383838. Windows color (decimal): -15579305 or 5719826. OLE color: 5719826.

HSL color Cylindrical-coordinate representation of color #124757: hue angle of 193.91º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #124757 is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 71 87 -
CMYK 0.79 0.18 0 0.66
HSL 193.91º 0.66% 0.21% -
HSV(B) 193.91º 0.79% 0.34% -
XYZ 4.22 5.32 9.82 -
YUV 56.98 144.94 100.2 -
System Red Green Blue C M Y K H S L
Decimal 18 71 87 0.79 0.18 0 0.66 193.91 0.66 0.21
Hex 12 47 57 4F 12 0 42 C2 42 15
Octal 22 107 127 117 22 0 102 302 102 25
Binary 10010 1000111 1010111 1001111 10010 0 1000010 11000010 1000010 10101

Color Harmonies of #124757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124757

Black with #124757

Text Example


Text Example

White with #124757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124757; }

 p { color: rgb(18,71,87); }

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

background-color css

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

 a { background-color: rgb(18,71,87); }

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

border-color css

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

 span { border-color: rgb(18,71,87); }

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