Html Css Color HEX #124156 Astronaut Blue

📋 copy color: '#124156'

red 18 ◦ green 65 ◦ blue 86

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

Shades of Astronaut Blue #124156

Tints of Astronaut Blue #124156

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.46%

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

R = 10.65%
G = 38.46%
B = 50.89%

CMYK

 C value IS 0.79

 M value IS 0.24

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#124156 (or 0x124156) is known color: Astronaut Blue. HEX triplet: 12, 41 and 56. RGB value is (18,65,86). Sum of RGB (Red+Green+Blue) = 18+65+86=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 86 (33.98% from 255 or 50.89% from 169); Max value from RGB is 86 - color contains mainly: blue. Hex color #124156 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124156 is #EDBEA9. Grayscale: #353535. Windows color (decimal): -15580842 or 5652754. OLE color: 5652754.

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

Color convert

RGB 18 65 86 -
CMYK 0.79 0.24 0 0.66
HSL 198.53º 0.65% 0.2% -
HSV(B) 198.53º 0.79% 0.34% -
XYZ 3.82 4.58 9.49 -
YUV 53.34 146.43 102.79 -
System Red Green Blue C M Y K H S L
Decimal 18 65 86 0.79 0.24 0 0.66 198.53 0.65 0.2
Hex 12 41 56 4F 18 0 42 C7 41 14
Octal 22 101 126 117 30 0 102 307 101 24
Binary 10010 1000001 1010110 1001111 11000 0 1000010 11000111 1000001 10100

Color Harmonies of #124156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124156

Black with #124156

Text Example


Text Example

White with #124156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124156; }

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

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

background-color css

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

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

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

border-color css

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

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

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