Html Css Color HEX #124759 Astronaut Blue

📋 copy color: '#124759'

red 18 ◦ green 71 ◦ blue 89

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

Shades of Astronaut Blue #124759

Tints of Astronaut Blue #124759

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 50%

R = 10.11%
G = 39.89%
B = 50%

CMYK

 C value IS 0.80

 M value IS 0.20

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#124759 (or 0x124759) is known color: Astronaut Blue. HEX triplet: 12, 47 and 59. RGB value is (18,71,89). Sum of RGB (Red+Green+Blue) = 18+71+89=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 89 (35.16% from 255 or 50% from 178); Max value from RGB is 89 - color contains mainly: blue. Hex color #124759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124759 is #EDB8A6. Grayscale: #393939. Windows color (decimal): -15579303 or 5850898. OLE color: 5850898.

HSL color Cylindrical-coordinate representation of color #124759: hue angle of 195.21º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #124759 is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 71 89 -
CMYK 0.80 0.20 0 0.65
HSL 195.21º 0.66% 0.21% -
HSV(B) 195.21º 0.8% 0.35% -
XYZ 4.31 5.36 10.26 -
YUV 57.21 145.94 100.04 -
System Red Green Blue C M Y K H S L
Decimal 18 71 89 0.80 0.20 0 0.65 195.21 0.66 0.21
Hex 12 47 59 50 14 0 41 C3 42 15
Octal 22 107 131 120 24 0 101 303 102 25
Binary 10010 1000111 1011001 1010000 10100 0 1000001 11000011 1000010 10101

Color Harmonies of #124759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124759

Black with #124759

Text Example


Text Example

White with #124759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124759; }

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

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

background-color css

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

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

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

border-color css

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

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

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