Html Css Color HEX #124760 Astronaut Blue

📋 copy color: '#124760'

red 18 ◦ green 71 ◦ blue 96

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

Shades of Astronaut Blue #124760

Tints of Astronaut Blue #124760

RGB

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

 GREEN value IS 71 (28.13% from 255) = 38.38%

 BLUE value IS 96 (37.89% from 255) = 51.89%

R = 9.73%
G = 38.38%
B = 51.89%

CMYK

 C value IS 0.81

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#124760 (or 0x124760) is known color: Astronaut Blue. HEX triplet: 12, 47 and 60. RGB value is (18,71,96). Sum of RGB (Red+Green+Blue) = 18+71+96=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 96 (37.89% from 255 or 51.89% from 185); Max value from RGB is 96 - color contains mainly: blue. Hex color #124760 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124760 is #EDB89F. Grayscale: #393939. Windows color (decimal): -15579296 or 6309650. OLE color: 6309650.

HSL color Cylindrical-coordinate representation of color #124760: hue angle of 199.23º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #124760 is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 71 96 -
CMYK 0.81 0.26 0 0.62
HSL 199.23º 0.68% 0.22% -
HSV(B) 199.23º 0.81% 0.38% -
XYZ 4.61 5.48 11.88 -
YUV 58 149.44 99.47 -
System Red Green Blue C M Y K H S L
Decimal 18 71 96 0.81 0.26 0 0.62 199.23 0.68 0.22
Hex 12 47 60 51 1A 0 3E C7 44 16
Octal 22 107 140 121 32 0 76 307 104 26
Binary 10010 1000111 1100000 1010001 11010 0 111110 11000111 1000100 10110

Color Harmonies of #124760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124760

Black with #124760

Text Example


Text Example

White with #124760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124760; }

 p { color: rgb(18,71,96); }

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

background-color css

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

 a { background-color: rgb(18,71,96); }

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

border-color css

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

 span { border-color: rgb(18,71,96); }

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