Html Css Color HEX #124056 Astronaut Blue

📋 copy color: '#124056'

red 18 ◦ green 64 ◦ blue 86

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

Shades of Astronaut Blue #124056

Tints of Astronaut Blue #124056

RGB

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

 GREEN value IS 64 (25.39% from 255) = 38.1%

 BLUE value IS 86 (33.98% from 255) = 51.19%

R = 10.71%
G = 38.1%
B = 51.19%

CMYK

 C value IS 0.79

 M value IS 0.26

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#124056 (or 0x124056) is known color: Astronaut Blue. HEX triplet: 12, 40 and 56. RGB value is (18,64,86). Sum of RGB (Red+Green+Blue) = 18+64+86=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 86 (33.98% from 255 or 51.19% from 168); Max value from RGB is 86 - color contains mainly: blue. Hex color #124056 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124056 is #EDBFA9. Grayscale: #343434. Windows color (decimal): -15581098 or 5652498. OLE color: 5652498.

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

Color convert

RGB 18 64 86 -
CMYK 0.79 0.26 0 0.66
HSL 199.41º 0.65% 0.2% -
HSV(B) 199.41º 0.79% 0.34% -
XYZ 3.76 4.47 9.47 -
YUV 52.75 146.76 103.21 -
System Red Green Blue C M Y K H S L
Decimal 18 64 86 0.79 0.26 0 0.66 199.41 0.65 0.2
Hex 12 40 56 4F 1A 0 42 C7 41 14
Octal 22 100 126 117 32 0 102 307 101 24
Binary 10010 1000000 1010110 1001111 11010 0 1000010 11000111 1000001 10100

Color Harmonies of #124056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124056

Black with #124056

Text Example


Text Example

White with #124056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124056; }

 p { color: rgb(18,64,86); }

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

background-color css

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

 a { background-color: rgb(18,64,86); }

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

border-color css

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

 span { border-color: rgb(18,64,86); }

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