Html Css Color HEX #124356 Astronaut Blue

📋 copy color: '#124356'

red 18 ◦ green 67 ◦ blue 86

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

Shades of Astronaut Blue #124356

Tints of Astronaut Blue #124356

RGB

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

 GREEN value IS 67 (26.56% from 255) = 39.18%

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

R = 10.53%
G = 39.18%
B = 50.29%

CMYK

 C value IS 0.79

 M value IS 0.22

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#124356 (or 0x124356) is known color: Astronaut Blue. HEX triplet: 12, 43 and 56. RGB value is (18,67,86). Sum of RGB (Red+Green+Blue) = 18+67+86=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 67 (26.56% from 255 or 39.18% from 171); Blue value is 86 (33.98% from 255 or 50.29% from 171); Max value from RGB is 86 - color contains mainly: blue. Hex color #124356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124356 is #EDBCA9. Grayscale: #363636. Windows color (decimal): -15580330 or 5653266. OLE color: 5653266.

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

Color convert

RGB 18 67 86 -
CMYK 0.79 0.22 0 0.66
HSL 196.76º 0.65% 0.2% -
HSV(B) 196.76º 0.79% 0.34% -
XYZ 3.94 4.81 9.53 -
YUV 54.52 145.77 101.96 -
System Red Green Blue C M Y K H S L
Decimal 18 67 86 0.79 0.22 0 0.66 196.76 0.65 0.2
Hex 12 43 56 4F 16 0 42 C5 41 14
Octal 22 103 126 117 26 0 102 305 101 24
Binary 10010 1000011 1010110 1001111 10110 0 1000010 11000101 1000001 10100

Color Harmonies of #124356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124356

Black with #124356

Text Example


Text Example

White with #124356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124356; }

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

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

background-color css

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

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

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

border-color css

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

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

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