Html Css Color HEX #124761 Astronaut Blue

📋 copy color: '#124761'

red 18 ◦ green 71 ◦ blue 97

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

Shades of Astronaut Blue #124761

Tints of Astronaut Blue #124761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 52.15%

R = 9.68%
G = 38.17%
B = 52.15%

CMYK

 C value IS 0.81

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#124761 (or 0x124761) is known color: Astronaut Blue. HEX triplet: 12, 47 and 61. RGB value is (18,71,97). Sum of RGB (Red+Green+Blue) = 18+71+97=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 97 (38.28% from 255 or 52.15% from 186); Max value from RGB is 97 - color contains mainly: blue. Hex color #124761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124761 is #EDB89E. Grayscale: #393939. Windows color (decimal): -15579295 or 6375186. OLE color: 6375186.

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

Color convert

RGB 18 71 97 -
CMYK 0.81 0.27 0 0.62
HSL 199.75º 0.69% 0.23% -
HSV(B) 199.75º 0.81% 0.38% -
XYZ 4.66 5.5 12.12 -
YUV 58.12 149.94 99.39 -
System Red Green Blue C M Y K H S L
Decimal 18 71 97 0.81 0.27 0 0.62 199.75 0.69 0.23
Hex 12 47 61 51 1B 0 3E C8 45 17
Octal 22 107 141 121 33 0 76 310 105 27
Binary 10010 1000111 1100001 1010001 11011 0 111110 11001000 1000101 10111

Color Harmonies of #124761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124761

Black with #124761

Text Example


Text Example

White with #124761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124761; }

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

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

background-color css

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

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

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

border-color css

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

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

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