Html Css Color HEX #124857 Astronaut Blue

📋 copy color: '#124857'

red 18 ◦ green 72 ◦ blue 87

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

Shades of Astronaut Blue #124857

Tints of Astronaut Blue #124857

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40.68%

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

R = 10.17%
G = 40.68%
B = 49.15%

CMYK

 C value IS 0.79

 M value IS 0.17

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#124857 (or 0x124857) is known color: Astronaut Blue. HEX triplet: 12, 48 and 57. RGB value is (18,72,87). Sum of RGB (Red+Green+Blue) = 18+72+87=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 87 (34.38% from 255 or 49.15% from 177); Max value from RGB is 87 - color contains mainly: blue. Hex color #124857 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124857 is #EDB7A8. Grayscale: #393939. Windows color (decimal): -15579049 or 5720082. OLE color: 5720082.

HSL color Cylindrical-coordinate representation of color #124857: hue angle of 193.04º 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 #124857 is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 72 87 -
CMYK 0.79 0.17 0 0.66
HSL 193.04º 0.66% 0.21% -
HSV(B) 193.04º 0.79% 0.34% -
XYZ 4.29 5.45 9.84 -
YUV 57.56 144.61 99.78 -
System Red Green Blue C M Y K H S L
Decimal 18 72 87 0.79 0.17 0 0.66 193.04 0.66 0.21
Hex 12 48 57 4F 11 0 42 C1 42 15
Octal 22 110 127 117 21 0 102 301 102 25
Binary 10010 1001000 1010111 1001111 10001 0 1000010 11000001 1000010 10101

Color Harmonies of #124857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124857

Black with #124857

Text Example


Text Example

White with #124857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124857; }

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

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

background-color css

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

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

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

border-color css

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

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

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