Html Css Color HEX #124859 Astronaut Blue

📋 copy color: '#124859'

red 18 ◦ green 72 ◦ blue 89

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

Shades of Astronaut Blue #124859

Tints of Astronaut Blue #124859

RGB

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

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

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

R = 10.06%
G = 40.22%
B = 49.72%

CMYK

 C value IS 0.80

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#124859 (or 0x124859) is known color: Astronaut Blue. HEX triplet: 12, 48 and 59. RGB value is (18,72,89). Sum of RGB (Red+Green+Blue) = 18+72+89=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 72 (28.52% from 255 or 40.22% from 179); Blue value is 89 (35.16% from 255 or 49.72% from 179); Max value from RGB is 89 - color contains mainly: blue. Hex color #124859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124859 is #EDB7A6. Grayscale: #393939. Windows color (decimal): -15579047 or 5851154. OLE color: 5851154.

HSL color Cylindrical-coordinate representation of color #124859: hue angle of 194.37º 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 #124859 is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 72 89 -
CMYK 0.80 0.19 0 0.65
HSL 194.37º 0.66% 0.21% -
HSV(B) 194.37º 0.8% 0.35% -
XYZ 4.37 5.48 10.28 -
YUV 57.79 145.61 99.62 -
System Red Green Blue C M Y K H S L
Decimal 18 72 89 0.80 0.19 0 0.65 194.37 0.66 0.21
Hex 12 48 59 50 13 0 41 C2 42 15
Octal 22 110 131 120 23 0 101 302 102 25
Binary 10010 1001000 1011001 1010000 10011 0 1000001 11000010 1000010 10101

Color Harmonies of #124859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124859

Black with #124859

Text Example


Text Example

White with #124859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124859; }

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

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

background-color css

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

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

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

border-color css

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

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

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