Html Css Color HEX #124958 Astronaut Blue

📋 copy color: '#124958'

red 18 ◦ green 73 ◦ blue 88

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

Shades of Astronaut Blue #124958

Tints of Astronaut Blue #124958

RGB

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

 GREEN value IS 73 (28.91% from 255) = 40.78%

 BLUE value IS 88 (34.77% from 255) = 49.16%

R = 10.06%
G = 40.78%
B = 49.16%

CMYK

 C value IS 0.80

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#124958 (or 0x124958) is known color: Astronaut Blue. HEX triplet: 12, 49 and 58. RGB value is (18,73,88). Sum of RGB (Red+Green+Blue) = 18+73+88=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 73 (28.91% from 255 or 40.78% from 179); Blue value is 88 (34.77% from 255 or 49.16% from 179); Max value from RGB is 88 - color contains mainly: blue. Hex color #124958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124958 is #EDB6A7. Grayscale: #3A3A3A. Windows color (decimal): -15578792 or 5785874. OLE color: 5785874.

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

Color convert

RGB 18 73 88 -
CMYK 0.80 0.17 0 0.65
HSL 192.86º 0.66% 0.21% -
HSV(B) 192.86º 0.8% 0.35% -
XYZ 4.39 5.6 10.08 -
YUV 58.27 144.78 99.28 -
System Red Green Blue C M Y K H S L
Decimal 18 73 88 0.80 0.17 0 0.65 192.86 0.66 0.21
Hex 12 49 58 50 11 0 41 C1 42 15
Octal 22 111 130 120 21 0 101 301 102 25
Binary 10010 1001001 1011000 1010000 10001 0 1000001 11000001 1000010 10101

Color Harmonies of #124958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124958

Black with #124958

Text Example


Text Example

White with #124958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124958; }

 p { color: rgb(18,73,88); }

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

background-color css

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

 a { background-color: rgb(18,73,88); }

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

border-color css

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

 span { border-color: rgb(18,73,88); }

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