Html Css Color HEX #124256 Astronaut Blue

📋 copy color: '#124256'

red 18 ◦ green 66 ◦ blue 86

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

Shades of Astronaut Blue #124256

Tints of Astronaut Blue #124256

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.82%

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

R = 10.59%
G = 38.82%
B = 50.59%

CMYK

 C value IS 0.79

 M value IS 0.23

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#124256 (or 0x124256) is known color: Astronaut Blue. HEX triplet: 12, 42 and 56. RGB value is (18,66,86). Sum of RGB (Red+Green+Blue) = 18+66+86=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 86 (33.98% from 255 or 50.59% from 170); Max value from RGB is 86 - color contains mainly: blue. Hex color #124256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124256 is #EDBDA9. Grayscale: #353535. Windows color (decimal): -15580586 or 5653010. OLE color: 5653010.

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

Color convert

RGB 18 66 86 -
CMYK 0.79 0.23 0 0.66
HSL 197.65º 0.65% 0.2% -
HSV(B) 197.65º 0.79% 0.34% -
XYZ 3.88 4.7 9.51 -
YUV 53.93 146.1 102.37 -
System Red Green Blue C M Y K H S L
Decimal 18 66 86 0.79 0.23 0 0.66 197.65 0.65 0.2
Hex 12 42 56 4F 17 0 42 C6 41 14
Octal 22 102 126 117 27 0 102 306 101 24
Binary 10010 1000010 1010110 1001111 10111 0 1000010 11000110 1000001 10100

Color Harmonies of #124256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124256

Black with #124256

Text Example


Text Example

White with #124256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124256; }

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

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

background-color css

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

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

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

border-color css

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

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

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